Struct rust_woocommerce::controllers::order_notes::NoNote
source · pub struct NoNote;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoNote
impl RefUnwindSafe for NoNote
impl Send for NoNote
impl Sync for NoNote
impl Unpin for NoNote
impl UnwindSafe for NoNote
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