pub enum smbc_server_cache {}Auto Trait Implementations§
impl Freeze for smbc_server_cache
impl RefUnwindSafe for smbc_server_cache
impl Send for smbc_server_cache
impl Sync for smbc_server_cache
impl Unpin for smbc_server_cache
impl UnwindSafe for smbc_server_cache
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