pub struct PortalResourceScheduleUpdateAtPeriodEnd {
pub conditions: Vec<PortalResourceScheduleUpdateAtPeriodEndCondition>,
}
Fields§
§conditions: Vec<PortalResourceScheduleUpdateAtPeriodEndCondition>
List of conditions. When any condition is true, an update will be scheduled at the end of the current period.
Trait Implementations§
Source§impl Clone for PortalResourceScheduleUpdateAtPeriodEnd
impl Clone for PortalResourceScheduleUpdateAtPeriodEnd
Source§fn clone(&self) -> PortalResourceScheduleUpdateAtPeriodEnd
fn clone(&self) -> PortalResourceScheduleUpdateAtPeriodEnd
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 PortalResourceScheduleUpdateAtPeriodEnd
impl FromValueOpt for PortalResourceScheduleUpdateAtPeriodEnd
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PortalResourceScheduleUpdateAtPeriodEnd
impl RefUnwindSafe for PortalResourceScheduleUpdateAtPeriodEnd
impl Send for PortalResourceScheduleUpdateAtPeriodEnd
impl Sync for PortalResourceScheduleUpdateAtPeriodEnd
impl Unpin for PortalResourceScheduleUpdateAtPeriodEnd
impl UnwindSafe for PortalResourceScheduleUpdateAtPeriodEnd
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