pub enum SliceExclusive {
Exclusive,
NonExclusive,
}Variants§
Exclusive
All slices in the picture have the same type
NonExclusive
Other slices in the picture may have a different type than the current slice
Trait Implementations§
Source§impl Debug for SliceExclusive
impl Debug for SliceExclusive
Source§impl PartialEq for SliceExclusive
impl PartialEq for SliceExclusive
impl StructuralPartialEq for SliceExclusive
Auto Trait Implementations§
impl Freeze for SliceExclusive
impl RefUnwindSafe for SliceExclusive
impl Send for SliceExclusive
impl Sync for SliceExclusive
impl Unpin for SliceExclusive
impl UnwindSafe for SliceExclusive
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