pub struct SignOutput {
pub result: Option<String>,
}Fields§
§result: Option<String>Implementations§
Source§impl SignOutput
impl SignOutput
pub fn new() -> SignOutput
Trait Implementations§
Source§impl Clone for SignOutput
impl Clone for SignOutput
Source§fn clone(&self) -> SignOutput
fn clone(&self) -> SignOutput
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 SignOutput
impl Debug for SignOutput
Source§impl Default for SignOutput
impl Default for SignOutput
Source§fn default() -> SignOutput
fn default() -> SignOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignOutput
impl<'de> Deserialize<'de> for SignOutput
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 SignOutput
impl PartialEq for SignOutput
Source§fn eq(&self, other: &SignOutput) -> bool
fn eq(&self, other: &SignOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SignOutput
impl Serialize for SignOutput
impl StructuralPartialEq for SignOutput
Auto Trait Implementations§
impl Freeze for SignOutput
impl RefUnwindSafe for SignOutput
impl Send for SignOutput
impl Sync for SignOutput
impl Unpin for SignOutput
impl UnsafeUnpin for SignOutput
impl UnwindSafe for SignOutput
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