pub struct SelectionSnapshot {
pub selection: AttemptSelection,
}Fields§
§selection: AttemptSelectionTrait Implementations§
Source§impl Clone for SelectionSnapshot
impl Clone for SelectionSnapshot
Source§fn clone(&self) -> SelectionSnapshot
fn clone(&self) -> SelectionSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectionSnapshot
impl Debug for SelectionSnapshot
Source§impl<'de> Deserialize<'de> for SelectionSnapshot
impl<'de> Deserialize<'de> for SelectionSnapshot
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
impl Eq for SelectionSnapshot
Source§impl PartialEq for SelectionSnapshot
impl PartialEq for SelectionSnapshot
Source§impl Serialize for SelectionSnapshot
impl Serialize for SelectionSnapshot
impl StructuralPartialEq for SelectionSnapshot
Auto Trait Implementations§
impl Freeze for SelectionSnapshot
impl RefUnwindSafe for SelectionSnapshot
impl Send for SelectionSnapshot
impl Sync for SelectionSnapshot
impl Unpin for SelectionSnapshot
impl UnsafeUnpin for SelectionSnapshot
impl UnwindSafe for SelectionSnapshot
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