Struct scheduler_service_lib::ServerStopper
source · pub struct ServerStopper(pub Sender<()>);
Tuple Fields§
§0: Sender<()>
Implementations§
Trait Implementations§
source§impl Clone for ServerStopper
impl Clone for ServerStopper
source§fn clone(&self) -> ServerStopper
fn clone(&self) -> ServerStopper
Returns a copy 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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ServerStopper
impl Send for ServerStopper
impl Sync for ServerStopper
impl Unpin for ServerStopper
impl !UnwindSafe for ServerStopper
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