pub enum InstTarget {
Comp,
Entity,
Cfg,
}
Variants§
Trait Implementations§
Source§impl Clone for InstTarget
impl Clone for InstTarget
Source§fn clone(&self) -> InstTarget
fn clone(&self) -> InstTarget
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 InstTarget
impl Debug for InstTarget
Source§impl PartialEq for InstTarget
impl PartialEq for InstTarget
impl Copy for InstTarget
impl Eq for InstTarget
impl StructuralPartialEq for InstTarget
Auto Trait Implementations§
impl Freeze for InstTarget
impl RefUnwindSafe for InstTarget
impl Send for InstTarget
impl Sync for InstTarget
impl Unpin for InstTarget
impl UnwindSafe for InstTarget
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