pub struct MessageInboxRuntimeMessageInbox {
pub author: String,
pub timestamp: String,
pub data: MessageInboxRuntimeMessageInboxData,
pub proof: MessageInboxRuntimeMessageInboxProof,
}
Fields§
§timestamp: String
§data: MessageInboxRuntimeMessageInboxData
§proof: MessageInboxRuntimeMessageInboxProof
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MessageInboxRuntimeMessageInbox
impl<'de> Deserialize<'de> for MessageInboxRuntimeMessageInbox
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 From<MessageInboxRuntimeMessageInbox> for PerspectiveExpression
impl From<MessageInboxRuntimeMessageInbox> for PerspectiveExpression
Source§fn from(perspective_expression: MessageInboxRuntimeMessageInbox) -> Self
fn from(perspective_expression: MessageInboxRuntimeMessageInbox) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MessageInboxRuntimeMessageInbox
impl RefUnwindSafe for MessageInboxRuntimeMessageInbox
impl Send for MessageInboxRuntimeMessageInbox
impl Sync for MessageInboxRuntimeMessageInbox
impl Unpin for MessageInboxRuntimeMessageInbox
impl UnwindSafe for MessageInboxRuntimeMessageInbox
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