pub enum IntegratedTitleButtonStyle {
Windows,
Gnome,
MacOsNative,
}
Variants§
Trait Implementations§
source§impl Clone for IntegratedTitleButtonStyle
impl Clone for IntegratedTitleButtonStyle
source§fn clone(&self) -> IntegratedTitleButtonStyle
fn clone(&self) -> IntegratedTitleButtonStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntegratedTitleButtonStyle
impl Debug for IntegratedTitleButtonStyle
source§impl Default for IntegratedTitleButtonStyle
impl Default for IntegratedTitleButtonStyle
source§impl FromDynamic for IntegratedTitleButtonStyle
impl FromDynamic for IntegratedTitleButtonStyle
fn from_dynamic(
value: &Value,
_options: FromDynamicOptions
) -> Result<Self, Error>where
Self: Sized,
source§impl PartialEq for IntegratedTitleButtonStyle
impl PartialEq for IntegratedTitleButtonStyle
source§fn eq(&self, other: &IntegratedTitleButtonStyle) -> bool
fn eq(&self, other: &IntegratedTitleButtonStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToDynamic for IntegratedTitleButtonStyle
impl ToDynamic for IntegratedTitleButtonStyle
fn to_dynamic(&self) -> Value
impl Copy for IntegratedTitleButtonStyle
impl Eq for IntegratedTitleButtonStyle
impl StructuralEq for IntegratedTitleButtonStyle
impl StructuralPartialEq for IntegratedTitleButtonStyle
Auto Trait Implementations§
impl RefUnwindSafe for IntegratedTitleButtonStyle
impl Send for IntegratedTitleButtonStyle
impl Sync for IntegratedTitleButtonStyle
impl Unpin for IntegratedTitleButtonStyle
impl UnwindSafe for IntegratedTitleButtonStyle
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