pub struct SignatureOutputJsonV1TypeJson;
Trait Implementations§
Source§impl Clone for SignatureOutputJsonV1TypeJson
impl Clone for SignatureOutputJsonV1TypeJson
Source§fn clone(&self) -> SignatureOutputJsonV1TypeJson
fn clone(&self) -> SignatureOutputJsonV1TypeJson
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 Default for SignatureOutputJsonV1TypeJson
impl Default for SignatureOutputJsonV1TypeJson
Source§fn default() -> SignatureOutputJsonV1TypeJson
fn default() -> SignatureOutputJsonV1TypeJson
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignatureOutputJsonV1TypeJson
impl<'de> Deserialize<'de> for SignatureOutputJsonV1TypeJson
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 Hash for SignatureOutputJsonV1TypeJson
impl Hash for SignatureOutputJsonV1TypeJson
Source§impl LitStr for SignatureOutputJsonV1TypeJson
impl LitStr for SignatureOutputJsonV1TypeJson
const LIT: &'static str = "json"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
Source§impl PartialEq for SignatureOutputJsonV1TypeJson
impl PartialEq for SignatureOutputJsonV1TypeJson
Source§fn eq(&self, other: &SignatureOutputJsonV1TypeJson) -> bool
fn eq(&self, other: &SignatureOutputJsonV1TypeJson) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SignatureOutputJsonV1TypeJson
impl StructuralPartialEq for SignatureOutputJsonV1TypeJson
Auto Trait Implementations§
impl Freeze for SignatureOutputJsonV1TypeJson
impl RefUnwindSafe for SignatureOutputJsonV1TypeJson
impl Send for SignatureOutputJsonV1TypeJson
impl Sync for SignatureOutputJsonV1TypeJson
impl Unpin for SignatureOutputJsonV1TypeJson
impl UnwindSafe for SignatureOutputJsonV1TypeJson
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