Struct stc_ts_ast_rnode::REmptyStmt
source · [−]pub struct REmptyStmt {
pub span: Span,
}
Fields
span: Span
Trait Implementations
sourceimpl Clone for REmptyStmt
impl Clone for REmptyStmt
sourcefn clone(&self) -> REmptyStmt
fn clone(&self) -> REmptyStmt
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 moresourceimpl Debug for REmptyStmt
impl Debug for REmptyStmt
sourceimpl<'de> Deserialize<'de> for REmptyStmt
impl<'de> Deserialize<'de> for REmptyStmt
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for REmptyStmt
impl EqIgnoreSpan for REmptyStmt
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl<V> FoldWith<V> for REmptyStmtwhere
V: ?Sized,
impl<V> FoldWith<V> for REmptyStmtwhere
V: ?Sized,
sourceimpl From<REmptyStmt> for RClassMember
impl From<REmptyStmt> for RClassMember
sourcefn from(v: REmptyStmt) -> Self
fn from(v: REmptyStmt) -> Self
Converts to this type from the input type.
sourceimpl From<REmptyStmt> for RStmt
impl From<REmptyStmt> for RStmt
sourcefn from(v: REmptyStmt) -> Self
fn from(v: REmptyStmt) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<REmptyStmt> for REmptyStmt
impl PartialEq<REmptyStmt> for REmptyStmt
sourcefn eq(&self, other: &REmptyStmt) -> bool
fn eq(&self, other: &REmptyStmt) -> bool
sourceimpl RNode for REmptyStmt
impl RNode for REmptyStmt
sourceimpl Serialize for REmptyStmt
impl Serialize for REmptyStmt
sourceimpl Spanned for REmptyStmt
impl Spanned for REmptyStmt
sourceimpl<V> VisitMutWith<V> for REmptyStmtwhere
V: ?Sized,
impl<V> VisitMutWith<V> for REmptyStmtwhere
V: ?Sized,
fn visit_mut_children_with(&mut self, _visitor: &mut V)
fn visit_mut_with(&mut self, visitor: &mut V)where
V: VisitMut<Self>,
sourceimpl<V> VisitWith<V> for REmptyStmtwhere
V: ?Sized,
impl<V> VisitWith<V> for REmptyStmtwhere
V: ?Sized,
fn visit_children_with(&self, _visitor: &mut V)
fn visit_with(&self, visitor: &mut V)where
V: Visit<Self>,
impl StructuralPartialEq for REmptyStmt
impl Visitable for REmptyStmt
Auto Trait Implementations
impl RefUnwindSafe for REmptyStmt
impl Send for REmptyStmt
impl Sync for REmptyStmt
impl Unpin for REmptyStmt
impl UnwindSafe for REmptyStmt
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<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<R, N> IntoRNode<R> for Nwhere
R: RNode<Orig = N>,
impl<R, N> IntoRNode<R> for Nwhere
R: RNode<Orig = N>,
fn into_rnode(self, g: &mut NodeIdGenerator) -> R
sourceimpl<T> SpanExt for Twhere
T: Spanned,
impl<T> SpanExt for Twhere
T: Spanned,
fn is_synthesized(&self) -> bool
fn starts_on_new_line(&self, format: ListFormat) -> bool
sourcefn comment_range(&self) -> Span
fn comment_range(&self) -> Span
Gets a custom text range to use when emitting comments.