#[repr(C)]pub struct au_token { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for au_token
impl RefUnwindSafe for au_token
impl Send for au_token
impl Sync for au_token
impl Unpin for au_token
impl UnwindSafe for au_token
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