pub struct HttpPushUriOptionsUpdate {
pub http_push_uri_apply_time: Option<HttpPushUriApplyTimeUpdate>,
pub force_update: Option<Boolean>,
}Expand description
Update struct corresponding to HttpPushUriOptions
Fields§
§http_push_uri_apply_time: Option<HttpPushUriApplyTimeUpdate>§force_update: Option<Boolean>Implementations§
Source§impl HttpPushUriOptionsUpdate
impl HttpPushUriOptionsUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_http_push_uri_apply_time( self, v: HttpPushUriApplyTimeUpdate, ) -> Self
pub fn with_force_update(self, v: Boolean) -> Self
Trait Implementations§
Source§impl Debug for HttpPushUriOptionsUpdate
impl Debug for HttpPushUriOptionsUpdate
Source§impl Default for HttpPushUriOptionsUpdate
impl Default for HttpPushUriOptionsUpdate
Source§fn default() -> HttpPushUriOptionsUpdate
fn default() -> HttpPushUriOptionsUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpPushUriOptionsUpdate
impl RefUnwindSafe for HttpPushUriOptionsUpdate
impl Send for HttpPushUriOptionsUpdate
impl Sync for HttpPushUriOptionsUpdate
impl Unpin for HttpPushUriOptionsUpdate
impl UnsafeUnpin for HttpPushUriOptionsUpdate
impl UnwindSafe for HttpPushUriOptionsUpdate
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