pub struct ChatTimelineInner {
pub created: Option<String>,
pub content: Option<String>,
pub identity_id: Option<IdentityId>,
}Fields§
§created: Option<String>§content: Option<String>§identity_id: Option<IdentityId>Implementations§
Source§impl ChatTimelineInner
impl ChatTimelineInner
pub fn new() -> ChatTimelineInner
Trait Implementations§
Source§impl Clone for ChatTimelineInner
impl Clone for ChatTimelineInner
Source§fn clone(&self) -> ChatTimelineInner
fn clone(&self) -> ChatTimelineInner
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 ChatTimelineInner
impl Debug for ChatTimelineInner
Source§impl Default for ChatTimelineInner
impl Default for ChatTimelineInner
Source§fn default() -> ChatTimelineInner
fn default() -> ChatTimelineInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatTimelineInner
impl<'de> Deserialize<'de> for ChatTimelineInner
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 PartialEq for ChatTimelineInner
impl PartialEq for ChatTimelineInner
Source§impl Serialize for ChatTimelineInner
impl Serialize for ChatTimelineInner
impl StructuralPartialEq for ChatTimelineInner
Auto Trait Implementations§
impl Freeze for ChatTimelineInner
impl RefUnwindSafe for ChatTimelineInner
impl Send for ChatTimelineInner
impl Sync for ChatTimelineInner
impl Unpin for ChatTimelineInner
impl UnwindSafe for ChatTimelineInner
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