pub struct GetAuthTypesParams {
pub type: Option<String>,
}Expand description
Parameters for Client::get_auth_types (wire method getAuthTypes).
Fields§
§type: Option<String>Trait Implementations§
Source§impl Clone for GetAuthTypesParams
impl Clone for GetAuthTypesParams
Source§fn clone(&self) -> GetAuthTypesParams
fn clone(&self) -> GetAuthTypesParams
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 moreSource§impl Debug for GetAuthTypesParams
impl Debug for GetAuthTypesParams
Source§impl Default for GetAuthTypesParams
impl Default for GetAuthTypesParams
Source§fn default() -> GetAuthTypesParams
fn default() -> GetAuthTypesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAuthTypesParams
impl RefUnwindSafe for GetAuthTypesParams
impl Send for GetAuthTypesParams
impl Sync for GetAuthTypesParams
impl Unpin for GetAuthTypesParams
impl UnsafeUnpin for GetAuthTypesParams
impl UnwindSafe for GetAuthTypesParams
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