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