pub struct WebhookTarget(/* private fields */);Implementations§
Source§impl WebhookTarget
impl WebhookTarget
pub fn get<'a>( &self, client: &'a dyn Client, ) -> Result<WebhookTargetFull, Error>
pub fn get_wadl<'a>(&self, client: &'a dyn Client) -> Result<Resource, Error>
pub fn put<'a>( &self, client: &'a dyn Client, representation: &WebhookTargetFull, ) -> Result<(), Error>
pub fn patch<'a>( &self, client: &'a dyn Client, representation: &WebhookTargetDiff, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebhookTarget
impl RefUnwindSafe for WebhookTarget
impl Send for WebhookTarget
impl Sync for WebhookTarget
impl Unpin for WebhookTarget
impl UnwindSafe for WebhookTarget
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