pub struct SignRequestCreateSignerRole(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for SignRequestCreateSignerRole
impl Clone for SignRequestCreateSignerRole
Source§fn clone(&self) -> SignRequestCreateSignerRole
fn clone(&self) -> SignRequestCreateSignerRole
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 SignRequestCreateSignerRole
impl Debug for SignRequestCreateSignerRole
Source§impl Default for SignRequestCreateSignerRole
impl Default for SignRequestCreateSignerRole
Source§fn default() -> SignRequestCreateSignerRole
fn default() -> SignRequestCreateSignerRole
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignRequestCreateSignerRole
impl<'de> Deserialize<'de> for SignRequestCreateSignerRole
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
impl Eq for SignRequestCreateSignerRole
impl StructuralPartialEq for SignRequestCreateSignerRole
Auto Trait Implementations§
impl Freeze for SignRequestCreateSignerRole
impl RefUnwindSafe for SignRequestCreateSignerRole
impl Send for SignRequestCreateSignerRole
impl Sync for SignRequestCreateSignerRole
impl Unpin for SignRequestCreateSignerRole
impl UnsafeUnpin for SignRequestCreateSignerRole
impl UnwindSafe for SignRequestCreateSignerRole
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