pub struct ReportEstablishContextResultReturnObject(pub Option<Value>);Expand description
Reports the successful result of a |SCardEstablishContext| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gaa1b8970169fd4883a6dc4a8f43f19b67 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardestablishcontext
Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for ReportEstablishContextResultReturnObject
impl Clone for ReportEstablishContextResultReturnObject
Source§fn clone(&self) -> ReportEstablishContextResultReturnObject
fn clone(&self) -> ReportEstablishContextResultReturnObject
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<'de> Deserialize<'de> for ReportEstablishContextResultReturnObject
impl<'de> Deserialize<'de> for ReportEstablishContextResultReturnObject
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 ReportEstablishContextResultReturnObject
impl PartialEq for ReportEstablishContextResultReturnObject
Source§fn eq(&self, other: &ReportEstablishContextResultReturnObject) -> bool
fn eq(&self, other: &ReportEstablishContextResultReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportEstablishContextResultReturnObject
Auto Trait Implementations§
impl Freeze for ReportEstablishContextResultReturnObject
impl RefUnwindSafe for ReportEstablishContextResultReturnObject
impl Send for ReportEstablishContextResultReturnObject
impl Sync for ReportEstablishContextResultReturnObject
impl Unpin for ReportEstablishContextResultReturnObject
impl UnsafeUnpin for ReportEstablishContextResultReturnObject
impl UnwindSafe for ReportEstablishContextResultReturnObject
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