pub struct MessageUpdate {
pub id: String,
pub channel_id: String,
pub guild_id: Option<String>,
pub embeds: Vec<Embed>,
}Fields§
§id: String§channel_id: String§guild_id: Option<String>§embeds: Vec<Embed>Trait Implementations§
Source§impl Debug for MessageUpdate
impl Debug for MessageUpdate
Source§impl<'de> Deserialize<'de> for MessageUpdate
impl<'de> Deserialize<'de> for MessageUpdate
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 MessageUpdate
impl RefUnwindSafe for MessageUpdate
impl Send for MessageUpdate
impl Sync for MessageUpdate
impl Unpin for MessageUpdate
impl UnwindSafe for MessageUpdate
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