pub enum TargetContainer {
Current,
Parent,
Ancestor(usize),
}Variants§
Trait Implementations§
Source§impl Clone for TargetContainer
impl Clone for TargetContainer
Source§fn clone(&self) -> TargetContainer
fn clone(&self) -> TargetContainer
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 TargetContainer
impl Debug for TargetContainer
Source§impl Serialize for TargetContainer
impl Serialize for TargetContainer
impl Copy for TargetContainer
Auto Trait Implementations§
impl Freeze for TargetContainer
impl RefUnwindSafe for TargetContainer
impl Send for TargetContainer
impl Sync for TargetContainer
impl Unpin for TargetContainer
impl UnwindSafe for TargetContainer
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