pub struct LearnedShell {
pub relative_index: usize,
pub shell_type: ShellType,
}
Fields§
§relative_index: usize
§shell_type: ShellType
Trait Implementations§
Source§impl Clone for LearnedShell
impl Clone for LearnedShell
Source§fn clone(&self) -> LearnedShell
fn clone(&self) -> LearnedShell
Returns a copy 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 LearnedShell
impl Debug for LearnedShell
Source§impl PartialEq for LearnedShell
impl PartialEq for LearnedShell
impl StructuralPartialEq for LearnedShell
Auto Trait Implementations§
impl Freeze for LearnedShell
impl RefUnwindSafe for LearnedShell
impl Send for LearnedShell
impl Sync for LearnedShell
impl Unpin for LearnedShell
impl UnwindSafe for LearnedShell
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