Struct smart_id_rust_client::SessionResult
source · pub struct SessionResult {
pub end_result: String,
pub document_number: Option<String>,
}Fields§
§end_result: String§document_number: Option<String>Trait Implementations§
source§impl Clone for SessionResult
impl Clone for SessionResult
source§fn clone(&self) -> SessionResult
fn clone(&self) -> SessionResult
Returns a copy 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 Debug for SessionResult
impl Debug for SessionResult
source§impl Default for SessionResult
impl Default for SessionResult
source§fn default() -> SessionResult
fn default() -> SessionResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SessionResult
impl<'de> Deserialize<'de> for SessionResult
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 SessionResult
impl PartialEq for SessionResult
source§fn eq(&self, other: &SessionResult) -> bool
fn eq(&self, other: &SessionResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SessionResult
impl Serialize for SessionResult
impl StructuralPartialEq for SessionResult
Auto Trait Implementations§
impl Freeze for SessionResult
impl RefUnwindSafe for SessionResult
impl Send for SessionResult
impl Sync for SessionResult
impl Unpin for SessionResult
impl UnwindSafe for SessionResult
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