pub struct HttpPushUriApplyTimeUpdate {
pub apply_time: Option<ApplyTime>,
pub maintenance_window_start_time: Option<DateTimeOffset>,
pub maintenance_window_duration_in_seconds: Option<Int64>,
}Expand description
Update struct corresponding to HttpPushUriApplyTime
Fields§
§apply_time: Option<ApplyTime>§maintenance_window_start_time: Option<DateTimeOffset>§maintenance_window_duration_in_seconds: Option<Int64>Implementations§
Source§impl HttpPushUriApplyTimeUpdate
impl HttpPushUriApplyTimeUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_apply_time(self, v: ApplyTime) -> Self
pub fn with_maintenance_window_start_time(self, v: DateTimeOffset) -> Self
pub fn with_maintenance_window_duration_in_seconds(self, v: Int64) -> Self
Trait Implementations§
Source§impl Debug for HttpPushUriApplyTimeUpdate
impl Debug for HttpPushUriApplyTimeUpdate
Source§impl Default for HttpPushUriApplyTimeUpdate
impl Default for HttpPushUriApplyTimeUpdate
Source§fn default() -> HttpPushUriApplyTimeUpdate
fn default() -> HttpPushUriApplyTimeUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpPushUriApplyTimeUpdate
impl RefUnwindSafe for HttpPushUriApplyTimeUpdate
impl Send for HttpPushUriApplyTimeUpdate
impl Sync for HttpPushUriApplyTimeUpdate
impl Unpin for HttpPushUriApplyTimeUpdate
impl UnsafeUnpin for HttpPushUriApplyTimeUpdate
impl UnwindSafe for HttpPushUriApplyTimeUpdate
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