pub struct SMB { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for SMB
impl Ord for SMB
Source§impl PartialOrd for SMB
impl PartialOrd for SMB
impl Eq for SMB
impl StructuralPartialEq for SMB
Auto Trait Implementations§
impl Freeze for SMB
impl RefUnwindSafe for SMB
impl Send for SMB
impl Sync for SMB
impl Unpin for SMB
impl UnwindSafe for SMB
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