pub struct AuthenticationResult {
pub method: String,
pub method_version: Option<u32>,
pub result: String,
pub reason: Option<String>,
pub props: BTreeMap<String, String>,
}
Fields§
§method: String
§method_version: Option<u32>
§result: String
§reason: Option<String>
§props: BTreeMap<String, String>
Trait Implementations§
source§impl Clone for AuthenticationResult
impl Clone for AuthenticationResult
source§fn clone(&self) -> AuthenticationResult
fn clone(&self) -> AuthenticationResult
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 AuthenticationResult
impl Debug for AuthenticationResult
source§impl<'de> Deserialize<'de> for AuthenticationResult
impl<'de> Deserialize<'de> for AuthenticationResult
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 AuthenticationResult
impl PartialEq for AuthenticationResult
source§impl Serialize for AuthenticationResult
impl Serialize for AuthenticationResult
impl Eq for AuthenticationResult
impl StructuralPartialEq for AuthenticationResult
Auto Trait Implementations§
impl Freeze for AuthenticationResult
impl RefUnwindSafe for AuthenticationResult
impl Send for AuthenticationResult
impl Sync for AuthenticationResult
impl Unpin for AuthenticationResult
impl UnwindSafe for AuthenticationResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)