pub struct InputAttributes {
pub url: String,
pub description: Option<String>,
}
Fields§
§url: String
The URL that this webhook should post events to. This must be a valid HTTP or HTTPS URL that does not exceed 300 characters in length.
description: Option<String>
An optional description for this webhook, up to 64 characters in length.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputAttributes
impl RefUnwindSafe for InputAttributes
impl Send for InputAttributes
impl Sync for InputAttributes
impl Unpin for InputAttributes
impl UnwindSafe for InputAttributes
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