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