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