Fields
contents: Vec<TyAstNode>
Trait Implementations
sourceimpl Clone for TyCodeBlock
impl Clone for TyCodeBlock
sourcefn clone(&self) -> TyCodeBlock
fn clone(&self) -> TyCodeBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TyCodeBlock
impl Debug for TyCodeBlock
sourceimpl PartialEq<TyCodeBlock> for TyCodeBlock
impl PartialEq<TyCodeBlock> for TyCodeBlock
sourcefn eq(&self, other: &TyCodeBlock) -> bool
fn eq(&self, other: &TyCodeBlock) -> bool
impl Eq for TyCodeBlock
impl StructuralEq for TyCodeBlock
impl StructuralPartialEq for TyCodeBlock
Auto Trait Implementations
impl RefUnwindSafe for TyCodeBlock
impl Send for TyCodeBlock
impl Sync for TyCodeBlock
impl Unpin for TyCodeBlock
impl UnwindSafe for TyCodeBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.