pub struct SessionTickJsonResult {
pub session: VerificationSession,
pub decision: SessionDecision,
}Fields§
§session: VerificationSession§decision: SessionDecisionTrait Implementations§
Source§impl Clone for SessionTickJsonResult
impl Clone for SessionTickJsonResult
Source§fn clone(&self) -> SessionTickJsonResult
fn clone(&self) -> SessionTickJsonResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionTickJsonResult
impl Debug for SessionTickJsonResult
Source§impl<'de> Deserialize<'de> for SessionTickJsonResult
impl<'de> Deserialize<'de> for SessionTickJsonResult
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 SessionTickJsonResult
impl PartialEq for SessionTickJsonResult
Source§fn eq(&self, other: &SessionTickJsonResult) -> bool
fn eq(&self, other: &SessionTickJsonResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionTickJsonResult
impl Serialize for SessionTickJsonResult
impl StructuralPartialEq for SessionTickJsonResult
Auto Trait Implementations§
impl Freeze for SessionTickJsonResult
impl RefUnwindSafe for SessionTickJsonResult
impl Send for SessionTickJsonResult
impl Sync for SessionTickJsonResult
impl Unpin for SessionTickJsonResult
impl UnsafeUnpin for SessionTickJsonResult
impl UnwindSafe for SessionTickJsonResult
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