pub enum AcceptEvent {
Accepted(FdSlot),
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for AcceptEvent
impl Clone for AcceptEvent
Source§fn clone(&self) -> AcceptEvent
fn clone(&self) -> AcceptEvent
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 AcceptEvent
Auto Trait Implementations§
impl !Send for AcceptEvent
impl !Sync for AcceptEvent
impl Freeze for AcceptEvent
impl RefUnwindSafe for AcceptEvent
impl Unpin for AcceptEvent
impl UnsafeUnpin for AcceptEvent
impl UnwindSafe for AcceptEvent
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