pub enum WsStartMode {
Daemon,
Blocking,
}Variants§
Trait Implementations§
Source§impl Clone for WsStartMode
impl Clone for WsStartMode
Source§fn clone(&self) -> WsStartMode
fn clone(&self) -> WsStartMode
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 WsStartMode
impl Debug for WsStartMode
Source§impl PartialEq for WsStartMode
impl PartialEq for WsStartMode
impl Copy for WsStartMode
impl Eq for WsStartMode
impl StructuralPartialEq for WsStartMode
Auto Trait Implementations§
impl Freeze for WsStartMode
impl RefUnwindSafe for WsStartMode
impl Send for WsStartMode
impl Sync for WsStartMode
impl Unpin for WsStartMode
impl UnsafeUnpin for WsStartMode
impl UnwindSafe for WsStartMode
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