Struct rust_woocommerce::controllers::webhooks::WithEvent
source · pub struct WithEvent(/* private fields */);Auto Trait Implementations§
impl Freeze for WithEvent
impl RefUnwindSafe for WithEvent
impl Send for WithEvent
impl Sync for WithEvent
impl Unpin for WithEvent
impl UnwindSafe for WithEvent
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