pub struct DefaultStmt {
pub span: Span,
}Expand description
One default label.
Fields§
§span: SpanSource span covering the label.
Trait Implementations§
Source§impl Clone for DefaultStmt
impl Clone for DefaultStmt
Source§fn clone(&self) -> DefaultStmt
fn clone(&self) -> DefaultStmt
Returns a duplicate 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 DefaultStmt
impl Debug for DefaultStmt
Source§impl<'de> Deserialize<'de> for DefaultStmt
impl<'de> Deserialize<'de> for DefaultStmt
Source§fn 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
Source§impl PartialEq for DefaultStmt
impl PartialEq for DefaultStmt
Source§impl Serialize for DefaultStmt
impl Serialize for DefaultStmt
impl StructuralPartialEq for DefaultStmt
Auto Trait Implementations§
impl Freeze for DefaultStmt
impl RefUnwindSafe for DefaultStmt
impl Send for DefaultStmt
impl Sync for DefaultStmt
impl Unpin for DefaultStmt
impl UnsafeUnpin for DefaultStmt
impl UnwindSafe for DefaultStmt
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