pub struct PrivateEventEntry(pub SignedEntry<PrivateEventContent<SerializedBytes>>);Tuple Fields§
§0: SignedEntry<PrivateEventContent<SerializedBytes>>Trait Implementations§
Source§impl Clone for PrivateEventEntry
impl Clone for PrivateEventEntry
Source§fn clone(&self) -> PrivateEventEntry
fn clone(&self) -> PrivateEventEntry
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 Debug for PrivateEventEntry
impl Debug for PrivateEventEntry
Source§impl<'de> Deserialize<'de> for PrivateEventEntry
impl<'de> Deserialize<'de> for PrivateEventEntry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PrivateEventEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PrivateEventEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for PrivateEventEntry
impl Serialize for PrivateEventEntry
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<&Entry> for PrivateEventEntry
impl TryFrom<&Entry> for PrivateEventEntry
Source§impl TryFrom<&PrivateEventEntry> for SerializedBytes
impl TryFrom<&PrivateEventEntry> for SerializedBytes
Source§impl TryFrom<&Record> for PrivateEventEntry
impl TryFrom<&Record> for PrivateEventEntry
Source§impl TryFrom<Entry> for PrivateEventEntry
impl TryFrom<Entry> for PrivateEventEntry
Source§impl TryFrom<HoloHashed<Entry>> for PrivateEventEntry
impl TryFrom<HoloHashed<Entry>> for PrivateEventEntry
Source§impl TryFrom<PrivateEventEntry> for SerializedBytes
impl TryFrom<PrivateEventEntry> for SerializedBytes
Source§impl TryFrom<Record> for PrivateEventEntry
impl TryFrom<Record> for PrivateEventEntry
Auto Trait Implementations§
impl Freeze for PrivateEventEntry
impl RefUnwindSafe for PrivateEventEntry
impl Send for PrivateEventEntry
impl Sync for PrivateEventEntry
impl Unpin for PrivateEventEntry
impl UnwindSafe for PrivateEventEntry
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