pub struct sep(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for sep
Auto Trait Implementations§
impl Freeze for sep
impl RefUnwindSafe for sep
impl Send for sep
impl Sync for sep
impl Unpin for sep
impl UnwindSafe for sep
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more