pub struct ReservationNewContractor {
pub Id: Option<i32>,
pub Code: String,
}Expand description
WebAPI model ReservationNewContractor.
Fields§
§Id: Option<i32>§Code: StringTrait Implementations§
Source§impl Clone for ReservationNewContractor
impl Clone for ReservationNewContractor
Source§fn clone(&self) -> ReservationNewContractor
fn clone(&self) -> ReservationNewContractor
Returns a duplicate of the value. Read more
1.0.0 · 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 ReservationNewContractor
impl Debug for ReservationNewContractor
Source§impl<'de> Deserialize<'de> for ReservationNewContractor
impl<'de> Deserialize<'de> for ReservationNewContractor
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 ReservationNewContractor
impl RefUnwindSafe for ReservationNewContractor
impl Send for ReservationNewContractor
impl Sync for ReservationNewContractor
impl Unpin for ReservationNewContractor
impl UnsafeUnpin for ReservationNewContractor
impl UnwindSafe for ReservationNewContractor
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