pub struct LinearizeIndex(/* private fields */);
Trait Implementations§
Source§impl Clone for LinearizeIndex
impl Clone for LinearizeIndex
Source§fn clone(&self) -> LinearizeIndex
fn clone(&self) -> LinearizeIndex
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 moreAuto Trait Implementations§
impl Freeze for LinearizeIndex
impl RefUnwindSafe for LinearizeIndex
impl !Send for LinearizeIndex
impl !Sync for LinearizeIndex
impl Unpin for LinearizeIndex
impl UnwindSafe for LinearizeIndex
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