pub enum BulkStreamDirection {
Send,
Receive,
Both,
}
Variants§
Trait Implementations§
Source§impl Clone for BulkStreamDirection
impl Clone for BulkStreamDirection
Source§fn clone(&self) -> BulkStreamDirection
fn clone(&self) -> BulkStreamDirection
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BulkStreamDirection
impl Debug for BulkStreamDirection
Source§impl Default for BulkStreamDirection
impl Default for BulkStreamDirection
Source§fn default() -> BulkStreamDirection
fn default() -> BulkStreamDirection
Returns the “default value” for a type. Read more
Source§impl PartialEq for BulkStreamDirection
impl PartialEq for BulkStreamDirection
impl Copy for BulkStreamDirection
impl Eq for BulkStreamDirection
impl StructuralPartialEq for BulkStreamDirection
Auto Trait Implementations§
impl Freeze for BulkStreamDirection
impl RefUnwindSafe for BulkStreamDirection
impl Send for BulkStreamDirection
impl Sync for BulkStreamDirection
impl Unpin for BulkStreamDirection
impl UnwindSafe for BulkStreamDirection
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