pub enum IntegratedTitleButton {
Hide,
Maximize,
Close,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IntegratedTitleButton
impl Clone for IntegratedTitleButton
Source§fn clone(&self) -> IntegratedTitleButton
fn clone(&self) -> IntegratedTitleButton
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 IntegratedTitleButton
Source§impl Debug for IntegratedTitleButton
impl Debug for IntegratedTitleButton
impl Eq for IntegratedTitleButton
Source§impl FromDynamic for IntegratedTitleButton
impl FromDynamic for IntegratedTitleButton
fn from_dynamic( value: &Value, options: FromDynamicOptions, ) -> Result<Self, Error>
Source§impl PartialEq for IntegratedTitleButton
impl PartialEq for IntegratedTitleButton
Source§fn eq(&self, other: &IntegratedTitleButton) -> bool
fn eq(&self, other: &IntegratedTitleButton) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntegratedTitleButton
Source§impl ToDynamic for IntegratedTitleButton
impl ToDynamic for IntegratedTitleButton
fn to_dynamic(&self) -> Value
Auto Trait Implementations§
impl Freeze for IntegratedTitleButton
impl RefUnwindSafe for IntegratedTitleButton
impl Send for IntegratedTitleButton
impl Sync for IntegratedTitleButton
impl Unpin for IntegratedTitleButton
impl UnsafeUnpin for IntegratedTitleButton
impl UnwindSafe for IntegratedTitleButton
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