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