pub struct MitIdSignResult {
pub checksum: String,
}Expand description
Signing result returned in a completed MitID sign session.
Fields§
§checksum: StringTrait Implementations§
Source§impl Clone for MitIdSignResult
impl Clone for MitIdSignResult
Source§fn clone(&self) -> MitIdSignResult
fn clone(&self) -> MitIdSignResult
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 MitIdSignResult
impl Debug for MitIdSignResult
Source§impl<'de> Deserialize<'de> for MitIdSignResult
impl<'de> Deserialize<'de> for MitIdSignResult
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
Auto Trait Implementations§
impl Freeze for MitIdSignResult
impl RefUnwindSafe for MitIdSignResult
impl Send for MitIdSignResult
impl Sync for MitIdSignResult
impl Unpin for MitIdSignResult
impl UnsafeUnpin for MitIdSignResult
impl UnwindSafe for MitIdSignResult
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