#[non_exhaustive]pub struct ServerControl {}Expand description
Small control surface for the embedder.
5.0.0 ships this as a placeholder; stage-2 adds the actual shutdown-signal channel + reload trigger implementation.
Implementations§
Source§impl ServerControl
impl ServerControl
Trait Implementations§
Source§impl Clone for ServerControl
impl Clone for ServerControl
Source§fn clone(&self) -> ServerControl
fn clone(&self) -> ServerControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServerControl
impl Debug for ServerControl
Source§impl Default for ServerControl
impl Default for ServerControl
Source§fn default() -> ServerControl
fn default() -> ServerControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServerControl
impl RefUnwindSafe for ServerControl
impl Send for ServerControl
impl Sync for ServerControl
impl Unpin for ServerControl
impl UnsafeUnpin for ServerControl
impl UnwindSafe for ServerControl
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