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