pub struct DeleteGiftCodeService {
pub id: i32,
}Expand description
Delete gift code service
Fields§
§id: i32Trait Implementations§
Source§impl Clone for DeleteGiftCodeService
impl Clone for DeleteGiftCodeService
Source§fn clone(&self) -> DeleteGiftCodeService
fn clone(&self) -> DeleteGiftCodeService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteGiftCodeService
impl Debug for DeleteGiftCodeService
Source§impl<'de> Deserialize<'de> for DeleteGiftCodeService
impl<'de> Deserialize<'de> for DeleteGiftCodeService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeleteGiftCodeService
impl RefUnwindSafe for DeleteGiftCodeService
impl Send for DeleteGiftCodeService
impl Sync for DeleteGiftCodeService
impl Unpin for DeleteGiftCodeService
impl UnsafeUnpin for DeleteGiftCodeService
impl UnwindSafe for DeleteGiftCodeService
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