pub struct CoListIndex(/* private fields */);Expand description
CoList index - non continous.
Implementations§
Trait Implementations§
Source§impl Clone for CoListIndex
impl Clone for CoListIndex
Source§fn clone(&self) -> CoListIndex
fn clone(&self) -> CoListIndex
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 CoListIndex
impl Debug for CoListIndex
Source§impl Default for CoListIndex
impl Default for CoListIndex
Source§impl<'de> Deserialize<'de> for CoListIndex
impl<'de> Deserialize<'de> for CoListIndex
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
Source§impl Hash for CoListIndex
impl Hash for CoListIndex
Source§impl Ord for CoListIndex
impl Ord for CoListIndex
Source§fn cmp(&self, other: &CoListIndex) -> Ordering
fn cmp(&self, other: &CoListIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CoListIndex
impl PartialEq for CoListIndex
Source§impl PartialOrd for CoListIndex
impl PartialOrd for CoListIndex
Source§impl Serialize for CoListIndex
impl Serialize for CoListIndex
impl Copy for CoListIndex
impl Eq for CoListIndex
impl StructuralPartialEq for CoListIndex
Auto Trait Implementations§
impl Freeze for CoListIndex
impl RefUnwindSafe for CoListIndex
impl Send for CoListIndex
impl Sync for CoListIndex
impl Unpin for CoListIndex
impl UnsafeUnpin for CoListIndex
impl UnwindSafe for CoListIndex
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more