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