pub enum ManagerServerMode {
Builtin,
Standalone,
}Expand description
Mode of Manager’s server
Variants§
Builtin
Run shadowsocks server in the same process of manager
Standalone
Run shadowsocks server in standalone (process) mode
Trait Implementations§
Source§impl Clone for ManagerServerMode
impl Clone for ManagerServerMode
Source§fn clone(&self) -> ManagerServerMode
fn clone(&self) -> ManagerServerMode
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 ManagerServerMode
impl Debug for ManagerServerMode
Source§impl Default for ManagerServerMode
impl Default for ManagerServerMode
Source§fn default() -> ManagerServerMode
fn default() -> ManagerServerMode
Returns the “default value” for a type. Read more
Source§impl Display for ManagerServerMode
impl Display for ManagerServerMode
Source§impl FromStr for ManagerServerMode
impl FromStr for ManagerServerMode
Source§impl PartialEq for ManagerServerMode
impl PartialEq for ManagerServerMode
impl Copy for ManagerServerMode
impl Eq for ManagerServerMode
impl StructuralPartialEq for ManagerServerMode
Auto Trait Implementations§
impl Freeze for ManagerServerMode
impl RefUnwindSafe for ManagerServerMode
impl Send for ManagerServerMode
impl Sync for ManagerServerMode
impl Unpin for ManagerServerMode
impl UnwindSafe for ManagerServerMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.