Enum base::sys::unix::stream_channel::FramingMode
source · pub enum FramingMode {
Message,
Byte,
}
Variants§
Trait Implementations§
source§impl Clone for FramingMode
impl Clone for FramingMode
source§fn clone(&self) -> FramingMode
fn clone(&self) -> FramingMode
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 moreimpl Copy for FramingMode
Auto Trait Implementations§
impl RefUnwindSafe for FramingMode
impl Send for FramingMode
impl Sync for FramingMode
impl Unpin for FramingMode
impl UnwindSafe for FramingMode
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