Struct kodept_core::structure::rlt::InitializedVariable
source · pub struct InitializedVariable {
pub variable: Variable,
pub equals: Symbol,
pub expression: Operation,
}Fields§
§variable: Variable§equals: Symbol§expression: OperationTrait Implementations§
source§impl Clone for InitializedVariable
impl Clone for InitializedVariable
source§fn clone(&self) -> InitializedVariable
fn clone(&self) -> InitializedVariable
Returns a copy 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 InitializedVariable
impl Debug for InitializedVariable
source§impl From<InitializedVariable> for BlockLevelNode
impl From<InitializedVariable> for BlockLevelNode
source§fn from(original: InitializedVariable) -> BlockLevelNode
fn from(original: InitializedVariable) -> BlockLevelNode
Converts to this type from the input type.
source§impl PartialEq for InitializedVariable
impl PartialEq for InitializedVariable
source§fn eq(&self, other: &InitializedVariable) -> bool
fn eq(&self, other: &InitializedVariable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InitializedVariable
Auto Trait Implementations§
impl Freeze for InitializedVariable
impl RefUnwindSafe for InitializedVariable
impl Send for InitializedVariable
impl Sync for InitializedVariable
impl Unpin for InitializedVariable
impl UnwindSafe for InitializedVariable
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)