pub struct StaticCredsAuthOutput {
pub token: Option<String>,
}Fields§
§token: Option<String>Implementations§
Source§impl StaticCredsAuthOutput
impl StaticCredsAuthOutput
pub fn new() -> StaticCredsAuthOutput
Trait Implementations§
Source§impl Clone for StaticCredsAuthOutput
impl Clone for StaticCredsAuthOutput
Source§fn clone(&self) -> StaticCredsAuthOutput
fn clone(&self) -> StaticCredsAuthOutput
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 StaticCredsAuthOutput
impl Debug for StaticCredsAuthOutput
Source§impl Default for StaticCredsAuthOutput
impl Default for StaticCredsAuthOutput
Source§fn default() -> StaticCredsAuthOutput
fn default() -> StaticCredsAuthOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StaticCredsAuthOutput
impl<'de> Deserialize<'de> for StaticCredsAuthOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StaticCredsAuthOutput
impl PartialEq for StaticCredsAuthOutput
Source§fn eq(&self, other: &StaticCredsAuthOutput) -> bool
fn eq(&self, other: &StaticCredsAuthOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StaticCredsAuthOutput
impl Serialize for StaticCredsAuthOutput
impl StructuralPartialEq for StaticCredsAuthOutput
Auto Trait Implementations§
impl Freeze for StaticCredsAuthOutput
impl RefUnwindSafe for StaticCredsAuthOutput
impl Send for StaticCredsAuthOutput
impl Sync for StaticCredsAuthOutput
impl Unpin for StaticCredsAuthOutput
impl UnsafeUnpin for StaticCredsAuthOutput
impl UnwindSafe for StaticCredsAuthOutput
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