pub enum WindowCloseAnimationStyle {
Shrink,
}Variants§
Shrink
Trait Implementations§
Source§impl Clone for WindowCloseAnimationStyle
impl Clone for WindowCloseAnimationStyle
Source§fn clone(&self) -> WindowCloseAnimationStyle
fn clone(&self) -> WindowCloseAnimationStyle
Returns a duplicate 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 WindowCloseAnimationStyle
impl Debug for WindowCloseAnimationStyle
impl Copy for WindowCloseAnimationStyle
impl Eq for WindowCloseAnimationStyle
impl StructuralPartialEq for WindowCloseAnimationStyle
Auto Trait Implementations§
impl Freeze for WindowCloseAnimationStyle
impl RefUnwindSafe for WindowCloseAnimationStyle
impl Send for WindowCloseAnimationStyle
impl Sync for WindowCloseAnimationStyle
impl Unpin for WindowCloseAnimationStyle
impl UnsafeUnpin for WindowCloseAnimationStyle
impl UnwindSafe for WindowCloseAnimationStyle
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.