pub struct AuthenticateOptions {}Available on Linux only.
Expand description
Options for platform authentication.
Trait Implementations§
Source§impl Default for AuthenticateOptions
impl Default for AuthenticateOptions
Source§fn default() -> AuthenticateOptions
fn default() -> AuthenticateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthenticateOptions
impl RefUnwindSafe for AuthenticateOptions
impl Send for AuthenticateOptions
impl Sync for AuthenticateOptions
impl Unpin for AuthenticateOptions
impl UnwindSafe for AuthenticateOptions
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