pub struct RawAcceptor;
Trait Implementations§
Source§impl Acceptor for RawAcceptor
impl Acceptor for RawAcceptor
Source§impl Clone for RawAcceptor
impl Clone for RawAcceptor
Source§fn clone(&self) -> RawAcceptor
fn clone(&self) -> RawAcceptor
Returns a duplicate 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 RawAcceptor
impl Debug for RawAcceptor
impl Copy for RawAcceptor
Auto Trait Implementations§
impl Freeze for RawAcceptor
impl RefUnwindSafe for RawAcceptor
impl Send for RawAcceptor
impl Sync for RawAcceptor
impl Unpin for RawAcceptor
impl UnwindSafe for RawAcceptor
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