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