pub struct TerminalConfigurationConfigurationResourceRebootWindow {
pub end_hour: i64,
pub start_hour: i64,
}
Fields§
§end_hour: i64
Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
start_hour: i64
Integer between 0 to 23 that represents the start hour of the reboot time window.
Trait Implementations§
Source§impl Clone for TerminalConfigurationConfigurationResourceRebootWindow
impl Clone for TerminalConfigurationConfigurationResourceRebootWindow
Source§fn clone(&self) -> TerminalConfigurationConfigurationResourceRebootWindow
fn clone(&self) -> TerminalConfigurationConfigurationResourceRebootWindow
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 TerminalConfigurationConfigurationResourceRebootWindow
impl FromValueOpt for TerminalConfigurationConfigurationResourceRebootWindow
fn from_value(v: Value) -> Option<Self>
impl Copy for TerminalConfigurationConfigurationResourceRebootWindow
Auto Trait Implementations§
impl Freeze for TerminalConfigurationConfigurationResourceRebootWindow
impl RefUnwindSafe for TerminalConfigurationConfigurationResourceRebootWindow
impl Send for TerminalConfigurationConfigurationResourceRebootWindow
impl Sync for TerminalConfigurationConfigurationResourceRebootWindow
impl Unpin for TerminalConfigurationConfigurationResourceRebootWindow
impl UnwindSafe for TerminalConfigurationConfigurationResourceRebootWindow
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