pub enum EitherCellLayout {
Native,
ToRef,
ToCell,
}
Variants§
Trait Implementations§
Source§impl Clone for EitherCellLayout
impl Clone for EitherCellLayout
Source§fn clone(&self) -> EitherCellLayout
fn clone(&self) -> EitherCellLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EitherCellLayout
impl Debug for EitherCellLayout
Source§impl PartialEq for EitherCellLayout
impl PartialEq for EitherCellLayout
impl Copy for EitherCellLayout
impl StructuralPartialEq for EitherCellLayout
Auto Trait Implementations§
impl Freeze for EitherCellLayout
impl RefUnwindSafe for EitherCellLayout
impl Send for EitherCellLayout
impl Sync for EitherCellLayout
impl Unpin for EitherCellLayout
impl UnwindSafe for EitherCellLayout
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