pub struct GetOptions {}
Expand description
获取认证信息的选项
Trait Implementations§
Source§impl Clone for GetOptions
impl Clone for GetOptions
Source§fn clone(&self) -> GetOptions
fn clone(&self) -> GetOptions
Returns a copy 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 moreSource§impl Debug for GetOptions
impl Debug for GetOptions
Source§impl Default for GetOptions
impl Default for GetOptions
Source§fn default() -> GetOptions
fn default() -> GetOptions
Returns the “default value” for a type. Read more
impl Copy for GetOptions
Auto Trait Implementations§
impl Freeze for GetOptions
impl RefUnwindSafe for GetOptions
impl Send for GetOptions
impl Sync for GetOptions
impl Unpin for GetOptions
impl UnwindSafe for GetOptions
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