pub struct NounsBlock {
pub entries: Vec<Noun>,
pub span: Span,
}Fields§
§entries: Vec<Noun>§span: SpanTrait Implementations§
Source§impl Clone for NounsBlock
impl Clone for NounsBlock
Source§fn clone(&self) -> NounsBlock
fn clone(&self) -> NounsBlock
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 NounsBlock
impl RefUnwindSafe for NounsBlock
impl Send for NounsBlock
impl Sync for NounsBlock
impl Unpin for NounsBlock
impl UnsafeUnpin for NounsBlock
impl UnwindSafe for NounsBlock
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