Struct tss_esapi::constants::response_code::FormatOneResponseCode
source · pub struct FormatOneResponseCode(pub TSS2_RC);Tuple Fields§
§0: TSS2_RCTrait Implementations§
source§impl Clone for FormatOneResponseCode
impl Clone for FormatOneResponseCode
source§fn clone(&self) -> FormatOneResponseCode
fn clone(&self) -> FormatOneResponseCode
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 FormatOneResponseCode
impl Debug for FormatOneResponseCode
source§impl Display for FormatOneResponseCode
impl Display for FormatOneResponseCode
source§impl Error for FormatOneResponseCode
impl Error for FormatOneResponseCode
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<FormatOneResponseCode> for FormatOneResponseCode
impl PartialEq<FormatOneResponseCode> for FormatOneResponseCode
source§fn eq(&self, other: &FormatOneResponseCode) -> bool
fn eq(&self, other: &FormatOneResponseCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.