Struct agner_sup::common::ShutdownSequence
source · pub struct ShutdownSequence(_);Implementations§
Trait Implementations§
source§impl Clone for ShutdownSequence
impl Clone for ShutdownSequence
source§fn clone(&self) -> ShutdownSequence
fn clone(&self) -> ShutdownSequence
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 moresource§impl Debug for ShutdownSequence
impl Debug for ShutdownSequence
source§impl Default for ShutdownSequence
impl Default for ShutdownSequence
source§impl<I> From<I> for ShutdownSequencewhere
I: IntoIterator<Item = (Exit, Duration)>,
impl<I> From<I> for ShutdownSequencewhere I: IntoIterator<Item = (Exit, Duration)>,
Auto Trait Implementations§
impl !RefUnwindSafe for ShutdownSequence
impl Send for ShutdownSequence
impl Sync for ShutdownSequence
impl Unpin for ShutdownSequence
impl !UnwindSafe for ShutdownSequence
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