pub struct IncrementalSplitState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for IncrementalSplitState
impl Clone for IncrementalSplitState
Source§fn clone(&self) -> IncrementalSplitState
fn clone(&self) -> IncrementalSplitState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IncrementalSplitState
impl RefUnwindSafe for IncrementalSplitState
impl Send for IncrementalSplitState
impl Sync for IncrementalSplitState
impl Unpin for IncrementalSplitState
impl UnsafeUnpin for IncrementalSplitState
impl UnwindSafe for IncrementalSplitState
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