pub enum AcceptorCmd {
Continue,
Pause(usize),
Close(String),
}
Expand description
接收器指令
Variants§
Trait Implementations§
Source§impl Clone for AcceptorCmd
impl Clone for AcceptorCmd
Source§fn clone(&self) -> AcceptorCmd
fn clone(&self) -> AcceptorCmd
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 moreAuto Trait Implementations§
impl Freeze for AcceptorCmd
impl RefUnwindSafe for AcceptorCmd
impl Send for AcceptorCmd
impl Sync for AcceptorCmd
impl Unpin for AcceptorCmd
impl UnwindSafe for AcceptorCmd
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