pub enum StaticArg {
Type(Type),
Const(Value),
Node(NodeInstance),
}Variants§
Implementations§
Trait Implementations§
Source§impl From<NodeInstance> for StaticArg
impl From<NodeInstance> for StaticArg
Source§fn from(value: NodeInstance) -> Self
fn from(value: NodeInstance) -> Self
Converts to this type from the input type.
Source§impl Ord for StaticArg
impl Ord for StaticArg
Source§impl PartialOrd for StaticArg
impl PartialOrd for StaticArg
impl Eq for StaticArg
impl StructuralPartialEq for StaticArg
Auto Trait Implementations§
impl Freeze for StaticArg
impl !RefUnwindSafe for StaticArg
impl !Send for StaticArg
impl !Sync for StaticArg
impl Unpin for StaticArg
impl !UnwindSafe for StaticArg
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