pub enum TargetComponent {
DataValue(DataValue),
DataType(DataType),
Format(Format),
Action(Action),
Expression(Expression),
}Variants§
Trait Implementations§
Source§impl Debug for TargetComponent
impl Debug for TargetComponent
Source§impl PartialEq for TargetComponent
impl PartialEq for TargetComponent
impl StructuralPartialEq for TargetComponent
Auto Trait Implementations§
impl Freeze for TargetComponent
impl RefUnwindSafe for TargetComponent
impl Send for TargetComponent
impl Sync for TargetComponent
impl Unpin for TargetComponent
impl UnwindSafe for TargetComponent
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