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