pub struct PeriodForSystemTimeConstraint {
pub this: Box<Expression>,
pub expression: Box<Expression>,
}Expand description
PeriodForSystemTimeConstraint
Fields§
§this: Box<Expression>§expression: Box<Expression>Trait Implementations§
Source§impl Clone for PeriodForSystemTimeConstraint
impl Clone for PeriodForSystemTimeConstraint
Source§fn clone(&self) -> PeriodForSystemTimeConstraint
fn clone(&self) -> PeriodForSystemTimeConstraint
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<'de> Deserialize<'de> for PeriodForSystemTimeConstraint
impl<'de> Deserialize<'de> for PeriodForSystemTimeConstraint
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 PeriodForSystemTimeConstraint
Auto Trait Implementations§
impl Freeze for PeriodForSystemTimeConstraint
impl RefUnwindSafe for PeriodForSystemTimeConstraint
impl Send for PeriodForSystemTimeConstraint
impl Sync for PeriodForSystemTimeConstraint
impl Unpin for PeriodForSystemTimeConstraint
impl UnsafeUnpin for PeriodForSystemTimeConstraint
impl UnwindSafe for PeriodForSystemTimeConstraint
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