pub struct AuthenticateStoreElementRequest {
pub id: StoreID,
pub selector: StoreSelectorID,
pub method: Bytes,
pub message: Option<Bytes>,
}Fields§
§id: StoreID§selector: StoreSelectorID§method: Bytes§message: Option<Bytes>Trait Implementations§
Source§impl Clone for AuthenticateStoreElementRequest
impl Clone for AuthenticateStoreElementRequest
Source§fn clone(&self) -> AuthenticateStoreElementRequest
fn clone(&self) -> AuthenticateStoreElementRequest
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 AuthenticateStoreElementRequest
impl<'de> Deserialize<'de> for AuthenticateStoreElementRequest
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 AuthenticateStoreElementRequest
impl Ord for AuthenticateStoreElementRequest
Source§fn cmp(&self, other: &AuthenticateStoreElementRequest) -> Ordering
fn cmp(&self, other: &AuthenticateStoreElementRequest) -> 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 AuthenticateStoreElementRequest
impl PartialEq for AuthenticateStoreElementRequest
Source§fn eq(&self, other: &AuthenticateStoreElementRequest) -> bool
fn eq(&self, other: &AuthenticateStoreElementRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AuthenticateStoreElementRequest
impl PartialOrd for AuthenticateStoreElementRequest
impl Eq for AuthenticateStoreElementRequest
impl StructuralPartialEq for AuthenticateStoreElementRequest
Auto Trait Implementations§
impl !Freeze for AuthenticateStoreElementRequest
impl RefUnwindSafe for AuthenticateStoreElementRequest
impl Send for AuthenticateStoreElementRequest
impl Sync for AuthenticateStoreElementRequest
impl Unpin for AuthenticateStoreElementRequest
impl UnwindSafe for AuthenticateStoreElementRequest
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