pub struct CertificateChoiceNotificationSession {
pub session_id: String,
}Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for CertificateChoiceNotificationSession
impl Clone for CertificateChoiceNotificationSession
Source§fn clone(&self) -> CertificateChoiceNotificationSession
fn clone(&self) -> CertificateChoiceNotificationSession
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 Default for CertificateChoiceNotificationSession
impl Default for CertificateChoiceNotificationSession
Source§fn default() -> CertificateChoiceNotificationSession
fn default() -> CertificateChoiceNotificationSession
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CertificateChoiceNotificationSession
impl<'de> Deserialize<'de> for CertificateChoiceNotificationSession
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 CertificateChoiceNotificationSession
impl PartialEq for CertificateChoiceNotificationSession
Source§fn eq(&self, other: &CertificateChoiceNotificationSession) -> bool
fn eq(&self, other: &CertificateChoiceNotificationSession) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CertificateChoiceNotificationSession
Auto Trait Implementations§
impl Freeze for CertificateChoiceNotificationSession
impl RefUnwindSafe for CertificateChoiceNotificationSession
impl Send for CertificateChoiceNotificationSession
impl Sync for CertificateChoiceNotificationSession
impl Unpin for CertificateChoiceNotificationSession
impl UnsafeUnpin for CertificateChoiceNotificationSession
impl UnwindSafe for CertificateChoiceNotificationSession
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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