pub enum PortInsert {
Append,
At(usize),
}Variants§
Trait Implementations§
Source§impl Clone for PortInsert
impl Clone for PortInsert
Source§fn clone(&self) -> PortInsert
fn clone(&self) -> PortInsert
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 PortInsert
Source§impl Debug for PortInsert
impl Debug for PortInsert
impl Eq for PortInsert
Source§impl PartialEq for PortInsert
impl PartialEq for PortInsert
Source§fn eq(&self, other: &PortInsert) -> bool
fn eq(&self, other: &PortInsert) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PortInsert
Auto Trait Implementations§
impl Freeze for PortInsert
impl RefUnwindSafe for PortInsert
impl Send for PortInsert
impl Sync for PortInsert
impl Unpin for PortInsert
impl UnsafeUnpin for PortInsert
impl UnwindSafe for PortInsert
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