Struct netsblox_api_common::SentMessage
source · pub struct SentMessage {
pub project_id: ProjectId,
pub recipients: Vec<ClientState>,
pub time: SystemTime,
pub source: ClientState,
pub content: Value,
}
Fields§
§project_id: ProjectId
§recipients: Vec<ClientState>
§time: SystemTime
§source: ClientState
§content: Value
Trait Implementations§
source§impl Clone for SentMessage
impl Clone for SentMessage
source§fn clone(&self) -> SentMessage
fn clone(&self) -> SentMessage
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 SentMessage
impl Debug for SentMessage
source§impl<'de> Deserialize<'de> for SentMessage
impl<'de> Deserialize<'de> for SentMessage
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 RefUnwindSafe for SentMessage
impl Send for SentMessage
impl Sync for SentMessage
impl Unpin for SentMessage
impl UnwindSafe for SentMessage
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