pub enum PointerOrName {
Pointer(Pointer),
Name(String),
}
Expand description
A Pointer
or name in root of the path of an HdataCommand
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointerOrName
impl RefUnwindSafe for PointerOrName
impl Send for PointerOrName
impl Sync for PointerOrName
impl Unpin for PointerOrName
impl UnwindSafe for PointerOrName
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