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