pub struct AuthorValue<ValueType>(pub Address, pub ValueType);Tuple Fields§
§0: Address§1: ValueTypeTrait Implementations§
Source§impl<ValueType: Debug> Debug for AuthorValue<ValueType>
 
impl<ValueType: Debug> Debug for AuthorValue<ValueType>
Source§impl<'de, ValueType> Deserialize<'de> for AuthorValue<ValueType>where
    ValueType: Deserialize<'de>,
 
impl<'de, ValueType> Deserialize<'de> for AuthorValue<ValueType>where
    ValueType: Deserialize<'de>,
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
Auto Trait Implementations§
impl<ValueType> Freeze for AuthorValue<ValueType>where
    ValueType: Freeze,
impl<ValueType> RefUnwindSafe for AuthorValue<ValueType>where
    ValueType: RefUnwindSafe,
impl<ValueType> Send for AuthorValue<ValueType>where
    ValueType: Send,
impl<ValueType> Sync for AuthorValue<ValueType>where
    ValueType: Sync,
impl<ValueType> Unpin for AuthorValue<ValueType>where
    ValueType: Unpin,
impl<ValueType> UnwindSafe for AuthorValue<ValueType>where
    ValueType: UnwindSafe,
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