pub struct Latest {
pub text: Option<String>,
pub username: Option<String>,
pub bot_id: Option<String>,
pub attachments: Option<Vec<Attachment>>,
pub type_filed: Option<String>,
pub subtype: Option<String>,
pub ts: Option<String>,
}Fields§
§text: Option<String>§username: Option<String>§bot_id: Option<String>§attachments: Option<Vec<Attachment>>§type_filed: Option<String>§subtype: Option<String>§ts: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Latest
impl<'de> Deserialize<'de> for Latest
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
impl StructuralPartialEq for Latest
Auto Trait Implementations§
impl Freeze for Latest
impl RefUnwindSafe for Latest
impl Send for Latest
impl Sync for Latest
impl Unpin for Latest
impl UnwindSafe for Latest
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