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