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