Enum alacritty::config::window::Decorations
source · pub enum Decorations {
Full,
None,
}
Variants§
Trait Implementations§
source§impl Clone for Decorations
impl Clone for Decorations
source§fn clone(&self) -> Decorations
fn clone(&self) -> Decorations
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 Decorations
impl Debug for Decorations
source§impl Default for Decorations
impl Default for Decorations
source§fn default() -> Decorations
fn default() -> Decorations
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Decorations
impl<'de> Deserialize<'de> for Decorations
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<Decorations> for Decorations
impl PartialEq<Decorations> for Decorations
source§fn eq(&self, other: &Decorations) -> bool
fn eq(&self, other: &Decorations) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SerdeReplace for Decorations
impl SerdeReplace for Decorations
impl Copy for Decorations
impl Eq for Decorations
impl StructuralEq for Decorations
impl StructuralPartialEq for Decorations
Auto Trait Implementations§
impl RefUnwindSafe for Decorations
impl Send for Decorations
impl Sync for Decorations
impl Unpin for Decorations
impl UnwindSafe for Decorations
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.