pub struct MessageChannelPurpose {
pub purpose: Option<String>,
pub subtype: Option<String>,
pub text: Option<String>,
pub ts: Option<Timestamp>,
pub ty: Option<String>,
pub user: Option<String>,
}Fields§
§purpose: Option<String>§subtype: Option<String>§text: Option<String>§ts: Option<Timestamp>§ty: Option<String>§user: Option<String>Trait Implementations§
Source§impl Clone for MessageChannelPurpose
impl Clone for MessageChannelPurpose
Source§fn clone(&self) -> MessageChannelPurpose
fn clone(&self) -> MessageChannelPurpose
Returns a duplicate 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 MessageChannelPurpose
impl Debug for MessageChannelPurpose
Source§impl<'de> Deserialize<'de> for MessageChannelPurpose
impl<'de> Deserialize<'de> for MessageChannelPurpose
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 Freeze for MessageChannelPurpose
impl RefUnwindSafe for MessageChannelPurpose
impl Send for MessageChannelPurpose
impl Sync for MessageChannelPurpose
impl Unpin for MessageChannelPurpose
impl UnwindSafe for MessageChannelPurpose
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