Struct discord_webhook::models::EmbedAuthor
source · pub struct EmbedAuthor {
pub name: String,
pub url: Option<String>,
pub icon_url: Option<String>,
}Fields§
§name: String§url: Option<String>§icon_url: Option<String>Implementations§
Trait Implementations§
source§impl Debug for EmbedAuthor
impl Debug for EmbedAuthor
Auto Trait Implementations§
impl Freeze for EmbedAuthor
impl RefUnwindSafe for EmbedAuthor
impl Send for EmbedAuthor
impl Sync for EmbedAuthor
impl Unpin for EmbedAuthor
impl UnwindSafe for EmbedAuthor
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