pub struct RequireFlush;Trait Implementations§
Source§impl BinaryEncode for RequireFlush
impl BinaryEncode for RequireFlush
fn encode(self, encoder: &mut EncodedData)
Source§impl Clone for RequireFlush
impl Clone for RequireFlush
Source§fn clone(&self) -> RequireFlush
fn clone(&self) -> RequireFlush
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RequireFlush
Source§impl Default for RequireFlush
impl Default for RequireFlush
Source§fn default() -> RequireFlush
fn default() -> RequireFlush
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RequireFlush
impl RefUnwindSafe for RequireFlush
impl Send for RequireFlush
impl Sync for RequireFlush
impl Unpin for RequireFlush
impl UnsafeUnpin for RequireFlush
impl UnwindSafe for RequireFlush
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