pub enum InstanceVariable {
WitResource(VariableId),
WitWorker(VariableId),
}Variants§
WitResource(VariableId)
WitWorker(VariableId)
Trait Implementations§
Source§impl Clone for InstanceVariable
impl Clone for InstanceVariable
Source§fn clone(&self) -> InstanceVariable
fn clone(&self) -> InstanceVariable
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 InstanceVariable
impl Debug for InstanceVariable
Source§impl PartialEq for InstanceVariable
impl PartialEq for InstanceVariable
impl StructuralPartialEq for InstanceVariable
Auto Trait Implementations§
impl Freeze for InstanceVariable
impl RefUnwindSafe for InstanceVariable
impl Send for InstanceVariable
impl Sync for InstanceVariable
impl Unpin for InstanceVariable
impl UnsafeUnpin for InstanceVariable
impl UnwindSafe for InstanceVariable
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