pub struct ServerStateChanges {
pub initialized: Option<bool>,
}
Expand description
State changes that can be requested by command handlers
Fields§
§initialized: Option<bool>
Trait Implementations§
Source§impl Default for ServerStateChanges
impl Default for ServerStateChanges
Source§fn default() -> ServerStateChanges
fn default() -> ServerStateChanges
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServerStateChanges
impl RefUnwindSafe for ServerStateChanges
impl Send for ServerStateChanges
impl Sync for ServerStateChanges
impl Unpin for ServerStateChanges
impl UnwindSafe for ServerStateChanges
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