pub enum SocketDisposition {
WriteEnabled,
WriteDisabled,
}
Expand description
Disposition of a socket.
Variants§
Trait Implementations§
Source§impl Clone for SocketDisposition
impl Clone for SocketDisposition
Source§fn clone(&self) -> SocketDisposition
fn clone(&self) -> SocketDisposition
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 moreSource§impl Debug for SocketDisposition
impl Debug for SocketDisposition
Source§impl PartialEq for SocketDisposition
impl PartialEq for SocketDisposition
impl Copy for SocketDisposition
impl Eq for SocketDisposition
impl StructuralPartialEq for SocketDisposition
Auto Trait Implementations§
impl Freeze for SocketDisposition
impl RefUnwindSafe for SocketDisposition
impl Send for SocketDisposition
impl Sync for SocketDisposition
impl Unpin for SocketDisposition
impl UnwindSafe for SocketDisposition
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