pub enum TitlebarMode {
Custom,
System,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for TitlebarMode
impl Clone for TitlebarMode
Source§fn clone(&self) -> TitlebarMode
fn clone(&self) -> TitlebarMode
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 TitlebarMode
Source§impl Debug for TitlebarMode
impl Debug for TitlebarMode
Source§impl Default for TitlebarMode
impl Default for TitlebarMode
Source§fn default() -> TitlebarMode
fn default() -> TitlebarMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TitlebarMode
impl<'de> Deserialize<'de> for TitlebarMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TitlebarMode
impl PartialEq for TitlebarMode
Source§fn eq(&self, other: &TitlebarMode) -> bool
fn eq(&self, other: &TitlebarMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TitlebarMode
impl Serialize for TitlebarMode
impl StructuralPartialEq for TitlebarMode
Auto Trait Implementations§
impl Freeze for TitlebarMode
impl RefUnwindSafe for TitlebarMode
impl Send for TitlebarMode
impl Sync for TitlebarMode
impl Unpin for TitlebarMode
impl UnsafeUnpin for TitlebarMode
impl UnwindSafe for TitlebarMode
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