pub struct InspectorAuth;Implementations§
Trait Implementations§
Source§impl Clone for InspectorAuth
impl Clone for InspectorAuth
Source§fn clone(&self) -> InspectorAuth
fn clone(&self) -> InspectorAuth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InspectorAuth
Source§impl Debug for InspectorAuth
impl Debug for InspectorAuth
Source§impl Default for InspectorAuth
impl Default for InspectorAuth
Source§fn default() -> InspectorAuth
fn default() -> InspectorAuth
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InspectorAuth
impl RefUnwindSafe for InspectorAuth
impl Send for InspectorAuth
impl Sync for InspectorAuth
impl Unpin for InspectorAuth
impl UnsafeUnpin for InspectorAuth
impl UnwindSafe for InspectorAuth
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