Struct twilight_model::channel::embed::EmbedFooter
source · [−]pub struct EmbedFooter {
pub icon_url: Option<String>,
pub proxy_icon_url: Option<String>,
pub text: String,
}Fields
icon_url: Option<String>proxy_icon_url: Option<String>text: StringTrait Implementations
sourcefn clone(&self) -> EmbedFooter
fn clone(&self) -> EmbedFooter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourcefn 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
sourcefn eq(&self, other: &EmbedFooter) -> bool
fn eq(&self, other: &EmbedFooter) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more