pub struct PortalResourceScheduleUpdateAtPeriodEndCondition {
pub type_: PortalResourceScheduleUpdateAtPeriodEndConditionType,
}
Fields§
§type_: PortalResourceScheduleUpdateAtPeriodEndConditionType
The type of condition.
Trait Implementations§
Source§impl Clone for PortalResourceScheduleUpdateAtPeriodEndCondition
impl Clone for PortalResourceScheduleUpdateAtPeriodEndCondition
Source§fn clone(&self) -> PortalResourceScheduleUpdateAtPeriodEndCondition
fn clone(&self) -> PortalResourceScheduleUpdateAtPeriodEndCondition
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 FromValueOpt for PortalResourceScheduleUpdateAtPeriodEndCondition
impl FromValueOpt for PortalResourceScheduleUpdateAtPeriodEndCondition
fn from_value(v: Value) -> Option<Self>
impl Copy for PortalResourceScheduleUpdateAtPeriodEndCondition
Auto Trait Implementations§
impl Freeze for PortalResourceScheduleUpdateAtPeriodEndCondition
impl RefUnwindSafe for PortalResourceScheduleUpdateAtPeriodEndCondition
impl Send for PortalResourceScheduleUpdateAtPeriodEndCondition
impl Sync for PortalResourceScheduleUpdateAtPeriodEndCondition
impl Unpin for PortalResourceScheduleUpdateAtPeriodEndCondition
impl UnwindSafe for PortalResourceScheduleUpdateAtPeriodEndCondition
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