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