pub enum SubRowSelection {
None,
Some,
All,
}Variants§
Trait Implementations§
Source§impl Clone for SubRowSelection
impl Clone for SubRowSelection
Source§fn clone(&self) -> SubRowSelection
fn clone(&self) -> SubRowSelection
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 SubRowSelection
impl Debug for SubRowSelection
Source§impl PartialEq for SubRowSelection
impl PartialEq for SubRowSelection
impl Copy for SubRowSelection
impl Eq for SubRowSelection
impl StructuralPartialEq for SubRowSelection
Auto Trait Implementations§
impl Freeze for SubRowSelection
impl RefUnwindSafe for SubRowSelection
impl Send for SubRowSelection
impl Sync for SubRowSelection
impl Unpin for SubRowSelection
impl UnsafeUnpin for SubRowSelection
impl UnwindSafe for SubRowSelection
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