#[repr(C)]pub enum ConnectTab {
New = 0,
Current = 1,
NewIfCurrentConnected = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ConnectTab
impl Clone for ConnectTab
Source§fn clone(&self) -> ConnectTab
fn clone(&self) -> ConnectTab
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 ConnectTab
Source§impl Debug for ConnectTab
impl Debug for ConnectTab
impl Eq for ConnectTab
Source§impl PartialEq for ConnectTab
impl PartialEq for ConnectTab
Source§fn eq(&self, other: &ConnectTab) -> bool
fn eq(&self, other: &ConnectTab) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnectTab
Auto Trait Implementations§
impl Freeze for ConnectTab
impl RefUnwindSafe for ConnectTab
impl Send for ConnectTab
impl Sync for ConnectTab
impl Unpin for ConnectTab
impl UnsafeUnpin for ConnectTab
impl UnwindSafe for ConnectTab
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