pub struct JumpStatementBreak {
pub nodes: (Keyword, Symbol),
}
Fields§
§nodes: (Keyword, Symbol)
Trait Implementations§
Source§impl Clone for JumpStatementBreak
impl Clone for JumpStatementBreak
Source§fn clone(&self) -> JumpStatementBreak
fn clone(&self) -> JumpStatementBreak
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JumpStatementBreak
impl Debug for JumpStatementBreak
Source§impl<'a> From<&'a JumpStatementBreak> for RefNode<'a>
impl<'a> From<&'a JumpStatementBreak> for RefNode<'a>
Source§fn from(x: &'a JumpStatementBreak) -> RefNode<'a>
fn from(x: &'a JumpStatementBreak) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a JumpStatementBreak> for RefNodes<'a>
impl<'a> From<&'a JumpStatementBreak> for RefNodes<'a>
Source§fn from(x: &'a JumpStatementBreak) -> RefNodes<'a>
fn from(x: &'a JumpStatementBreak) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<JumpStatementBreak> for AnyNode
impl From<JumpStatementBreak> for AnyNode
Source§fn from(x: JumpStatementBreak) -> AnyNode
fn from(x: JumpStatementBreak) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a JumpStatementBreak
impl<'a> IntoIterator for &'a JumpStatementBreak
Source§impl PartialEq for JumpStatementBreak
impl PartialEq for JumpStatementBreak
Source§impl<'a> TryFrom<&'a JumpStatementBreak> for Locate
impl<'a> TryFrom<&'a JumpStatementBreak> for Locate
Source§impl TryFrom<AnyNode> for JumpStatementBreak
impl TryFrom<AnyNode> for JumpStatementBreak
Source§impl TryFrom<JumpStatementBreak> for Locate
impl TryFrom<JumpStatementBreak> for Locate
impl StructuralPartialEq for JumpStatementBreak
Auto Trait Implementations§
impl Freeze for JumpStatementBreak
impl RefUnwindSafe for JumpStatementBreak
impl Send for JumpStatementBreak
impl Sync for JumpStatementBreak
impl Unpin for JumpStatementBreak
impl UnwindSafe for JumpStatementBreak
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