pub struct SkipAuthentication;Expand description
This indicates whether or not the API call should skip authentication.
Trait Implementations§
Source§impl Clone for SkipAuthentication
impl Clone for SkipAuthentication
Source§fn clone(&self) -> SkipAuthentication
fn clone(&self) -> SkipAuthentication
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SkipAuthentication
impl RefUnwindSafe for SkipAuthentication
impl Send for SkipAuthentication
impl Sync for SkipAuthentication
impl Unpin for SkipAuthentication
impl UnwindSafe for SkipAuthentication
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