pub struct ProfileScheduleUpdate {
pub enabled: Option<bool>,
pub time_ranges: Option<Vec<Value>>,
}Fields§
§enabled: Option<bool>§time_ranges: Option<Vec<Value>>Trait Implementations§
Source§impl Clone for ProfileScheduleUpdate
impl Clone for ProfileScheduleUpdate
Source§fn clone(&self) -> ProfileScheduleUpdate
fn clone(&self) -> ProfileScheduleUpdate
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 ProfileScheduleUpdate
impl Debug for ProfileScheduleUpdate
Source§impl Default for ProfileScheduleUpdate
impl Default for ProfileScheduleUpdate
Source§fn default() -> ProfileScheduleUpdate
fn default() -> ProfileScheduleUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProfileScheduleUpdate
impl RefUnwindSafe for ProfileScheduleUpdate
impl Send for ProfileScheduleUpdate
impl Sync for ProfileScheduleUpdate
impl Unpin for ProfileScheduleUpdate
impl UnsafeUnpin for ProfileScheduleUpdate
impl UnwindSafe for ProfileScheduleUpdate
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