Struct valkyrie_types::ValkyrieStructure
source · pub struct ValkyrieStructure { /* private fields */ }Implementations§
source§impl ValkyrieStructure
impl ValkyrieStructure
pub fn new(space: &NamePathNode, name: &IdentifierNode) -> Self
pub fn name(&self) -> String
Trait Implementations§
source§impl AddAssign<ValkyrieField> for ValkyrieStructure
impl AddAssign<ValkyrieField> for ValkyrieStructure
source§fn add_assign(&mut self, rhs: ValkyrieField)
fn add_assign(&mut self, rhs: ValkyrieField)
Performs the
+= operation. Read moresource§impl Clone for ValkyrieStructure
impl Clone for ValkyrieStructure
source§fn clone(&self) -> ValkyrieStructure
fn clone(&self) -> ValkyrieStructure
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 ValkyrieStructure
impl Debug for ValkyrieStructure
source§impl PartialEq for ValkyrieStructure
impl PartialEq for ValkyrieStructure
source§fn eq(&self, other: &ValkyrieStructure) -> bool
fn eq(&self, other: &ValkyrieStructure) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ValkyrieStructure
impl StructuralPartialEq for ValkyrieStructure
Auto Trait Implementations§
impl RefUnwindSafe for ValkyrieStructure
impl Send for ValkyrieStructure
impl Sync for ValkyrieStructure
impl Unpin for ValkyrieStructure
impl UnwindSafe for ValkyrieStructure
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.