pub struct ZigZagArray { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsRef<dyn Array> for ZigZagArray
impl AsRef<dyn Array> for ZigZagArray
Source§impl Clone for ZigZagArray
impl Clone for ZigZagArray
Source§fn clone(&self) -> ZigZagArray
fn clone(&self) -> ZigZagArray
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 ZigZagArray
impl Debug for ZigZagArray
Source§impl Deref for ZigZagArray
impl Deref for ZigZagArray
Source§impl From<ZigZagArray> for ArrayRef
impl From<ZigZagArray> for ArrayRef
Source§fn from(value: ZigZagArray) -> ArrayRef
fn from(value: ZigZagArray) -> ArrayRef
Converts to this type from the input type.
Source§impl IntoArray for ZigZagArray
impl IntoArray for ZigZagArray
fn into_array(self) -> ArrayRef
Auto Trait Implementations§
impl Freeze for ZigZagArray
impl !RefUnwindSafe for ZigZagArray
impl Send for ZigZagArray
impl Sync for ZigZagArray
impl Unpin for ZigZagArray
impl !UnwindSafe for ZigZagArray
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