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