pub enum ConnectorFormat {
Socket,
Cable,
}Variants§
Trait Implementations§
Source§impl Clone for ConnectorFormat
impl Clone for ConnectorFormat
Source§fn clone(&self) -> ConnectorFormat
fn clone(&self) -> ConnectorFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConnectorFormat
Source§impl Debug for ConnectorFormat
impl Debug for ConnectorFormat
impl Eq for ConnectorFormat
Source§impl PartialEq for ConnectorFormat
impl PartialEq for ConnectorFormat
Source§fn eq(&self, other: &ConnectorFormat) -> bool
fn eq(&self, other: &ConnectorFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnectorFormat
Auto Trait Implementations§
impl Freeze for ConnectorFormat
impl RefUnwindSafe for ConnectorFormat
impl Send for ConnectorFormat
impl Sync for ConnectorFormat
impl Unpin for ConnectorFormat
impl UnsafeUnpin for ConnectorFormat
impl UnwindSafe for ConnectorFormat
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