pub enum CtxMapItemType {
Cap,
Del,
}
Variants§
Trait Implementations§
Source§impl Clone for CtxMapItemType
impl Clone for CtxMapItemType
Source§fn clone(&self) -> CtxMapItemType
fn clone(&self) -> CtxMapItemType
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 CtxMapItemType
impl Debug for CtxMapItemType
Source§impl Default for CtxMapItemType
impl Default for CtxMapItemType
Source§fn default() -> CtxMapItemType
fn default() -> CtxMapItemType
Returns the “default value” for a type. Read more
impl Copy for CtxMapItemType
Auto Trait Implementations§
impl Freeze for CtxMapItemType
impl ObjSafe for CtxMapItemType
impl RefUnwindSafe for CtxMapItemType
impl Send for CtxMapItemType
impl StoreCopy for CtxMapItemType
impl Sync for CtxMapItemType
impl Unpin for CtxMapItemType
impl UnwindSafe for CtxMapItemType
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