pub enum ItemTarget {
Is(&'static str),
Primitive(Primitive),
}Expand description
ItemTarget
Variants§
Trait Implementations§
Source§impl Clone for ItemTarget
impl Clone for ItemTarget
Source§fn clone(&self) -> ItemTarget
fn clone(&self) -> ItemTarget
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 ItemTarget
impl Debug for ItemTarget
Source§impl PartialEq for ItemTarget
impl PartialEq for ItemTarget
Source§impl Serialize for ItemTarget
impl Serialize for ItemTarget
impl Eq for ItemTarget
impl StructuralPartialEq for ItemTarget
Auto Trait Implementations§
impl Freeze for ItemTarget
impl RefUnwindSafe for ItemTarget
impl Send for ItemTarget
impl Sync for ItemTarget
impl Unpin for ItemTarget
impl UnwindSafe for ItemTarget
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