pub struct ClientClientWrappedSessionReverification {
pub response: Box<ClientSessionReverification>,
pub client: Option<Box<ClientClient>>,
}Fields§
§response: Box<ClientSessionReverification>§client: Option<Box<ClientClient>>Implementations§
Source§impl ClientClientWrappedSessionReverification
impl ClientClientWrappedSessionReverification
pub fn new( response: ClientSessionReverification, client: Option<ClientClient>, ) -> ClientClientWrappedSessionReverification
Trait Implementations§
Source§impl Clone for ClientClientWrappedSessionReverification
impl Clone for ClientClientWrappedSessionReverification
Source§fn clone(&self) -> ClientClientWrappedSessionReverification
fn clone(&self) -> ClientClientWrappedSessionReverification
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 ClientClientWrappedSessionReverification
impl Default for ClientClientWrappedSessionReverification
Source§fn default() -> ClientClientWrappedSessionReverification
fn default() -> ClientClientWrappedSessionReverification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientClientWrappedSessionReverification
impl<'de> Deserialize<'de> for ClientClientWrappedSessionReverification
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 ClientClientWrappedSessionReverification
impl PartialEq for ClientClientWrappedSessionReverification
Source§fn eq(&self, other: &ClientClientWrappedSessionReverification) -> bool
fn eq(&self, other: &ClientClientWrappedSessionReverification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientClientWrappedSessionReverification
Auto Trait Implementations§
impl Freeze for ClientClientWrappedSessionReverification
impl RefUnwindSafe for ClientClientWrappedSessionReverification
impl Send for ClientClientWrappedSessionReverification
impl Sync for ClientClientWrappedSessionReverification
impl Unpin for ClientClientWrappedSessionReverification
impl UnwindSafe for ClientClientWrappedSessionReverification
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