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