pub enum OverlayKind {
Replace,
InsertBefore,
InsertAfter,
}Variants§
Trait Implementations§
Source§impl Clone for OverlayKind
impl Clone for OverlayKind
Source§fn clone(&self) -> OverlayKind
fn clone(&self) -> OverlayKind
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 OverlayKind
impl Debug for OverlayKind
Source§impl Ord for OverlayKind
impl Ord for OverlayKind
Source§fn cmp(&self, other: &OverlayKind) -> Ordering
fn cmp(&self, other: &OverlayKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OverlayKind
impl PartialEq for OverlayKind
Source§impl PartialOrd for OverlayKind
impl PartialOrd for OverlayKind
impl Copy for OverlayKind
impl Eq for OverlayKind
impl StructuralPartialEq for OverlayKind
Auto Trait Implementations§
impl Freeze for OverlayKind
impl RefUnwindSafe for OverlayKind
impl Send for OverlayKind
impl Sync for OverlayKind
impl Unpin for OverlayKind
impl UnwindSafe for OverlayKind
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