pub struct LaborShiftCreatedEventObject {
pub shift: Option<Box<Shift>>,
}Fields§
§shift: Option<Box<Shift>>Implementations§
Source§impl LaborShiftCreatedEventObject
impl LaborShiftCreatedEventObject
pub fn new() -> LaborShiftCreatedEventObject
Trait Implementations§
Source§impl Clone for LaborShiftCreatedEventObject
impl Clone for LaborShiftCreatedEventObject
Source§fn clone(&self) -> LaborShiftCreatedEventObject
fn clone(&self) -> LaborShiftCreatedEventObject
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 LaborShiftCreatedEventObject
impl Debug for LaborShiftCreatedEventObject
Source§impl Default for LaborShiftCreatedEventObject
impl Default for LaborShiftCreatedEventObject
Source§fn default() -> LaborShiftCreatedEventObject
fn default() -> LaborShiftCreatedEventObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LaborShiftCreatedEventObject
impl<'de> Deserialize<'de> for LaborShiftCreatedEventObject
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
impl StructuralPartialEq for LaborShiftCreatedEventObject
Auto Trait Implementations§
impl Freeze for LaborShiftCreatedEventObject
impl RefUnwindSafe for LaborShiftCreatedEventObject
impl Send for LaborShiftCreatedEventObject
impl Sync for LaborShiftCreatedEventObject
impl Unpin for LaborShiftCreatedEventObject
impl UnsafeUnpin for LaborShiftCreatedEventObject
impl UnwindSafe for LaborShiftCreatedEventObject
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