Struct discord_webhook::models::AllowedMentions
source · pub struct AllowedMentions {
pub parse: Option<Vec<String>>,
pub roles: Option<Vec<String>>,
pub users: Option<Vec<String>>,
pub replied_user: bool,
}Fields§
§parse: Option<Vec<String>>§roles: Option<Vec<String>>§users: Option<Vec<String>>§replied_user: boolImplementations§
Trait Implementations§
source§impl Debug for AllowedMentions
impl Debug for AllowedMentions
Auto Trait Implementations§
impl Freeze for AllowedMentions
impl RefUnwindSafe for AllowedMentions
impl Send for AllowedMentions
impl Sync for AllowedMentions
impl Unpin for AllowedMentions
impl UnwindSafe for AllowedMentions
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