Struct discord_webhook::models::EmbedField
source · pub struct EmbedField {
pub name: String,
pub value: String,
pub inline: bool,
}Fields§
§name: String§value: String§inline: boolImplementations§
Trait Implementations§
source§impl Debug for EmbedField
impl Debug for EmbedField
Auto Trait Implementations§
impl Freeze for EmbedField
impl RefUnwindSafe for EmbedField
impl Send for EmbedField
impl Sync for EmbedField
impl Unpin for EmbedField
impl UnwindSafe for EmbedField
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