pub struct WebhookInputResource {
pub attributes: InputAttributes,
}
Fields§
§attributes: InputAttributes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebhookInputResource
impl RefUnwindSafe for WebhookInputResource
impl Send for WebhookInputResource
impl Sync for WebhookInputResource
impl Unpin for WebhookInputResource
impl UnwindSafe for WebhookInputResource
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