pub struct HostedServicesUpdate {
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to HostedServices
Fields§
§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for HostedServicesUpdate
impl Debug for HostedServicesUpdate
Source§impl Default for HostedServicesUpdate
impl Default for HostedServicesUpdate
Source§fn default() -> HostedServicesUpdate
fn default() -> HostedServicesUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HostedServicesUpdate
impl RefUnwindSafe for HostedServicesUpdate
impl Send for HostedServicesUpdate
impl Sync for HostedServicesUpdate
impl Unpin for HostedServicesUpdate
impl UnsafeUnpin for HostedServicesUpdate
impl UnwindSafe for HostedServicesUpdate
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