pub struct WireValueType(pub ValueType);Tuple Fields§
§0: ValueTypeTrait Implementations§
Source§impl Clone for WireValueType
impl Clone for WireValueType
Source§fn clone(&self) -> WireValueType
fn clone(&self) -> WireValueType
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 WireValueType
impl Debug for WireValueType
Source§impl<'de> Deserialize<'de> for WireValueType
impl<'de> Deserialize<'de> for WireValueType
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ValueType> for WireValueType
impl From<ValueType> for WireValueType
Source§impl From<WireValueType> for ValueType
impl From<WireValueType> for ValueType
Source§fn from(wire: WireValueType) -> Self
fn from(wire: WireValueType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WireValueType
impl PartialEq for WireValueType
Source§impl Serialize for WireValueType
impl Serialize for WireValueType
impl StructuralPartialEq for WireValueType
Auto Trait Implementations§
impl Freeze for WireValueType
impl RefUnwindSafe for WireValueType
impl Send for WireValueType
impl Sync for WireValueType
impl Unpin for WireValueType
impl UnsafeUnpin for WireValueType
impl UnwindSafe for WireValueType
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