Struct distant_net::common::authentication::msg::StartMethod
source · pub struct StartMethod {
pub method: String,
}Expand description
Represents the start of authentication for some method
Fields
method: StringTrait Implementations
sourceimpl Clone for StartMethod
impl Clone for StartMethod
sourcefn clone(&self) -> StartMethod
fn clone(&self) -> StartMethod
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartMethod
impl Debug for StartMethod
sourceimpl<'de> Deserialize<'de> for StartMethod
impl<'de> Deserialize<'de> for StartMethod
sourcefn 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
sourceimpl From<StartMethod> for Authentication
impl From<StartMethod> for Authentication
sourcefn from(original: StartMethod) -> Authentication
fn from(original: StartMethod) -> Authentication
Converts to this type from the input type.
sourceimpl Hash for StartMethod
impl Hash for StartMethod
sourceimpl PartialEq<StartMethod> for StartMethod
impl PartialEq<StartMethod> for StartMethod
sourcefn eq(&self, other: &StartMethod) -> bool
fn eq(&self, other: &StartMethod) -> bool
sourceimpl Serialize for StartMethod
impl Serialize for StartMethod
impl Eq for StartMethod
impl StructuralEq for StartMethod
impl StructuralPartialEq for StartMethod
Auto Trait Implementations
impl RefUnwindSafe for StartMethod
impl Send for StartMethod
impl Sync for StartMethod
impl Unpin for StartMethod
impl UnwindSafe for StartMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more