pub struct FlowControlContext { /* private fields */ }Expand description
Flow control frame context.
Implementations§
Trait Implementations§
Source§impl Clone for FlowControlContext
impl Clone for FlowControlContext
Source§fn clone(&self) -> FlowControlContext
fn clone(&self) -> FlowControlContext
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 FlowControlContext
impl Debug for FlowControlContext
Source§impl Default for FlowControlContext
impl Default for FlowControlContext
Source§fn default() -> FlowControlContext
fn default() -> FlowControlContext
Returns the “default value” for a type. Read more
impl Copy for FlowControlContext
Auto Trait Implementations§
impl Freeze for FlowControlContext
impl RefUnwindSafe for FlowControlContext
impl Send for FlowControlContext
impl Sync for FlowControlContext
impl Unpin for FlowControlContext
impl UnwindSafe for FlowControlContext
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