pub enum IntegratedTitleButton {
Hide,
Maximize,
Close,
}
Variants§
Trait Implementations§
source§impl Clone for IntegratedTitleButton
impl Clone for IntegratedTitleButton
source§fn clone(&self) -> IntegratedTitleButton
fn clone(&self) -> IntegratedTitleButton
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 IntegratedTitleButton
impl Debug 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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToDynamic for IntegratedTitleButton
impl ToDynamic for IntegratedTitleButton
fn to_dynamic(&self) -> Value
impl Copy for IntegratedTitleButton
impl Eq for IntegratedTitleButton
impl StructuralEq for IntegratedTitleButton
impl StructuralPartialEq for IntegratedTitleButton
Auto Trait Implementations§
impl RefUnwindSafe for IntegratedTitleButton
impl Send for IntegratedTitleButton
impl Sync for IntegratedTitleButton
impl Unpin 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