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