pub enum CloseRestorePanMode {
Never,
IfOffscreen,
Always,
}Variants§
Trait Implementations§
Source§impl Clone for CloseRestorePanMode
impl Clone for CloseRestorePanMode
Source§fn clone(&self) -> CloseRestorePanMode
fn clone(&self) -> CloseRestorePanMode
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 CloseRestorePanMode
Source§impl Debug for CloseRestorePanMode
impl Debug for CloseRestorePanMode
impl Eq for CloseRestorePanMode
Source§impl PartialEq for CloseRestorePanMode
impl PartialEq for CloseRestorePanMode
Source§fn eq(&self, other: &CloseRestorePanMode) -> bool
fn eq(&self, other: &CloseRestorePanMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CloseRestorePanMode
Auto Trait Implementations§
impl Freeze for CloseRestorePanMode
impl RefUnwindSafe for CloseRestorePanMode
impl Send for CloseRestorePanMode
impl Sync for CloseRestorePanMode
impl Unpin for CloseRestorePanMode
impl UnsafeUnpin for CloseRestorePanMode
impl UnwindSafe for CloseRestorePanMode
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.