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