pub struct SparseSplit { /* private fields */ }
Expand description
Builder for the SparseSplit
operation.
Implementations§
Source§impl SparseSplit
impl SparseSplit
Trait Implementations§
Source§impl Debug for SparseSplit
impl Debug for SparseSplit
Source§impl Default for SparseSplit
impl Default for SparseSplit
Source§fn default() -> SparseSplit
fn default() -> SparseSplit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseSplit
impl RefUnwindSafe for SparseSplit
impl Send for SparseSplit
impl Sync for SparseSplit
impl Unpin for SparseSplit
impl UnwindSafe for SparseSplit
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