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