pub struct AuthenticateStoreElementResponse {
pub method: Bytes,
pub message: Option<Bytes>,
}Fields§
§method: Bytes§message: Option<Bytes>Trait Implementations§
Source§impl Clone for AuthenticateStoreElementResponse
impl Clone for AuthenticateStoreElementResponse
Source§fn clone(&self) -> AuthenticateStoreElementResponse
fn clone(&self) -> AuthenticateStoreElementResponse
Returns a duplicate 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<'de> Deserialize<'de> for AuthenticateStoreElementResponse
impl<'de> Deserialize<'de> for AuthenticateStoreElementResponse
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 Ord for AuthenticateStoreElementResponse
impl Ord for AuthenticateStoreElementResponse
Source§fn cmp(&self, other: &AuthenticateStoreElementResponse) -> Ordering
fn cmp(&self, other: &AuthenticateStoreElementResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AuthenticateStoreElementResponse
impl PartialEq for AuthenticateStoreElementResponse
Source§fn eq(&self, other: &AuthenticateStoreElementResponse) -> bool
fn eq(&self, other: &AuthenticateStoreElementResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AuthenticateStoreElementResponse
impl PartialOrd for AuthenticateStoreElementResponse
impl Eq for AuthenticateStoreElementResponse
impl StructuralPartialEq for AuthenticateStoreElementResponse
Auto Trait Implementations§
impl !Freeze for AuthenticateStoreElementResponse
impl RefUnwindSafe for AuthenticateStoreElementResponse
impl Send for AuthenticateStoreElementResponse
impl Sync for AuthenticateStoreElementResponse
impl Unpin for AuthenticateStoreElementResponse
impl UnwindSafe for AuthenticateStoreElementResponse
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