pub struct RsCodeBlock {
pub nodes: (Brace<(Vec<DataDeclaration>, Vec<StatementOrNull>)>,),
}Fields
nodes: (Brace<(Vec<DataDeclaration>, Vec<StatementOrNull>)>,)Trait Implementations
sourceimpl Clone for RsCodeBlock
impl Clone for RsCodeBlock
sourcefn clone(&self) -> RsCodeBlock
fn clone(&self) -> RsCodeBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RsCodeBlock
impl Debug for RsCodeBlock
sourceimpl<'a> From<&'a RsCodeBlock> for RefNodes<'a>
impl<'a> From<&'a RsCodeBlock> for RefNodes<'a>
sourcefn from(x: &'a RsCodeBlock) -> Self
fn from(x: &'a RsCodeBlock) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a RsCodeBlock> for RefNode<'a>
impl<'a> From<&'a RsCodeBlock> for RefNode<'a>
sourcefn from(x: &'a RsCodeBlock) -> Self
fn from(x: &'a RsCodeBlock) -> Self
Converts to this type from the input type.
sourceimpl From<RsCodeBlock> for AnyNode
impl From<RsCodeBlock> for AnyNode
sourcefn from(x: RsCodeBlock) -> Self
fn from(x: RsCodeBlock) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a RsCodeBlock
impl<'a> IntoIterator for &'a RsCodeBlock
sourceimpl PartialEq<RsCodeBlock> for RsCodeBlock
impl PartialEq<RsCodeBlock> for RsCodeBlock
sourcefn eq(&self, other: &RsCodeBlock) -> bool
fn eq(&self, other: &RsCodeBlock) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RsCodeBlock) -> bool
fn ne(&self, other: &RsCodeBlock) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a RsCodeBlock> for Locate
impl<'a> TryFrom<&'a RsCodeBlock> for Locate
sourceimpl TryFrom<AnyNode> for RsCodeBlock
impl TryFrom<AnyNode> for RsCodeBlock
sourceimpl TryFrom<RsCodeBlock> for Locate
impl TryFrom<RsCodeBlock> for Locate
impl StructuralPartialEq for RsCodeBlock
Auto Trait Implementations
impl RefUnwindSafe for RsCodeBlock
impl Send for RsCodeBlock
impl Sync for RsCodeBlock
impl Unpin for RsCodeBlock
impl UnwindSafe for RsCodeBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more