pub struct AuthListResponse(/* private fields */);
Trait Implementations§
Source§impl Debug for AuthListResponse
impl Debug for AuthListResponse
Auto Trait Implementations§
impl Freeze for AuthListResponse
impl RefUnwindSafe for AuthListResponse
impl Send for AuthListResponse
impl Sync for AuthListResponse
impl Unpin for AuthListResponse
impl UnwindSafe for AuthListResponse
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