pub struct ForceIndex { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BaseData for ForceIndex
impl BaseData for ForceIndex
Source§impl Clone for ForceIndex
impl Clone for ForceIndex
Source§fn clone(&self) -> ForceIndex
fn clone(&self) -> ForceIndex
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 ForceIndex
impl Debug for ForceIndex
impl Copy for ForceIndex
Auto Trait Implementations§
impl Freeze for ForceIndex
impl RefUnwindSafe for ForceIndex
impl Send for ForceIndex
impl Sync for ForceIndex
impl Unpin for ForceIndex
impl UnsafeUnpin for ForceIndex
impl UnwindSafe for ForceIndex
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