pub enum SmbClient {
Cli,
Sigit,
Moovibe,
WebConsole,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SmbClient
impl RefUnwindSafe for SmbClient
impl Send for SmbClient
impl Sync for SmbClient
impl Unpin for SmbClient
impl UnwindSafe for SmbClient
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