Struct s2n_quic_core::time::timer::QueryBreak
source · [−]pub struct QueryBreak;Expand description
Returned when a Query wants to end a timer query
Trait Implementations
sourceimpl Clone for QueryBreak
impl Clone for QueryBreak
sourcefn clone(&self) -> QueryBreak
fn clone(&self) -> QueryBreak
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for QueryBreak
impl Debug for QueryBreak
sourceimpl Default for QueryBreak
impl Default for QueryBreak
sourcefn default() -> QueryBreak
fn default() -> QueryBreak
Returns the “default value” for a type. Read more
impl Copy for QueryBreak
Auto Trait Implementations
impl RefUnwindSafe for QueryBreak
impl Send for QueryBreak
impl Sync for QueryBreak
impl Unpin for QueryBreak
impl UnwindSafe for QueryBreak
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more