pub struct SmartDial { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmartDial
impl !RefUnwindSafe for SmartDial
impl Send for SmartDial
impl Sync for SmartDial
impl Unpin for SmartDial
impl UnsafeUnpin for SmartDial
impl !UnwindSafe for SmartDial
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