pub enum DisplayArg {
Headless,
Headful,
}Expand description
--display mode for the host.
Variants§
Trait Implementations§
Source§impl Clone for DisplayArg
impl Clone for DisplayArg
Source§fn clone(&self) -> DisplayArg
fn clone(&self) -> DisplayArg
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 DisplayArg
Source§impl Debug for DisplayArg
impl Debug for DisplayArg
impl Eq for DisplayArg
Source§impl From<DisplayArg> for DisplayMode
impl From<DisplayArg> for DisplayMode
Source§fn from(v: DisplayArg) -> Self
fn from(v: DisplayArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisplayArg
impl PartialEq for DisplayArg
impl StructuralPartialEq for DisplayArg
Source§impl ValueEnum for DisplayArg
impl ValueEnum for DisplayArg
Auto Trait Implementations§
impl Freeze for DisplayArg
impl RefUnwindSafe for DisplayArg
impl Send for DisplayArg
impl Sync for DisplayArg
impl Unpin for DisplayArg
impl UnsafeUnpin for DisplayArg
impl UnwindSafe for DisplayArg
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.