pub struct InSeptic;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InSeptic
impl RefUnwindSafe for InSeptic
impl Send for InSeptic
impl Sync for InSeptic
impl Unpin for InSeptic
impl UnwindSafe for InSeptic
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