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