pub struct DefaultStatement {
pub span: Span,
pub kind: DefaultStatementKind,
}
Fields§
§span: Span
§kind: DefaultStatementKind
Trait Implementations§
Source§impl Clone for DefaultStatement
impl Clone for DefaultStatement
Source§fn clone(&self) -> DefaultStatement
fn clone(&self) -> DefaultStatement
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 DefaultStatement
impl Debug for DefaultStatement
Source§impl PartialEq for DefaultStatement
impl PartialEq for DefaultStatement
impl StructuralPartialEq for DefaultStatement
Auto Trait Implementations§
impl Freeze for DefaultStatement
impl RefUnwindSafe for DefaultStatement
impl Send for DefaultStatement
impl Sync for DefaultStatement
impl Unpin for DefaultStatement
impl UnwindSafe for DefaultStatement
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