pub struct StaticBlock {
pub body: Vec<ASTNode>,
pub lines: Vec<u32>,
}Fields§
§body: Vec<ASTNode>§lines: Vec<u32>Trait Implementations§
Source§impl Clone for StaticBlock
impl Clone for StaticBlock
Source§fn clone(&self) -> StaticBlock
fn clone(&self) -> StaticBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StaticBlock
impl RefUnwindSafe for StaticBlock
impl Send for StaticBlock
impl Sync for StaticBlock
impl Unpin for StaticBlock
impl UnsafeUnpin for StaticBlock
impl UnwindSafe for StaticBlock
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