pub struct EmbedFooter {
pub text: String,
pub icon_url: Option<String>,
pub proxy_icon_url: Option<String>,
}Expand description
Represents the footer information of an embed.
Fields§
§text: StringThe text of the footer.
icon_url: Option<String>The URL of the footer icon.
proxy_icon_url: Option<String>The proxy URL of the footer icon.
Trait Implementations§
Source§fn clone(&self) -> EmbedFooter
fn clone(&self) -> EmbedFooter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> EmbedFooter
fn default() -> EmbedFooter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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