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