Struct gift_shop::http::create_gift_card
source · pub struct create_gift_card;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for create_gift_card
impl Send for create_gift_card
impl Sync for create_gift_card
impl Unpin for create_gift_card
impl UnwindSafe for create_gift_card
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