[][src]Enum places::import::fennec::bookmarks::FennecBookmarkType

#[repr(u8)]pub enum FennecBookmarkType {
    Folder,
    Bookmark,
    Separator,
}

Variants

Folder
Bookmark
Separator

Trait Implementations

impl Clone for FennecBookmarkType[src]

impl Copy for FennecBookmarkType[src]

impl Debug for FennecBookmarkType[src]

impl Eq for FennecBookmarkType[src]

impl Hash for FennecBookmarkType[src]

impl Ord for FennecBookmarkType[src]

impl PartialEq<FennecBookmarkType> for FennecBookmarkType[src]

impl PartialOrd<FennecBookmarkType> for FennecBookmarkType[src]

impl StructuralEq for FennecBookmarkType[src]

impl StructuralPartialEq for FennecBookmarkType[src]

Auto Trait Implementations

impl RefUnwindSafe for FennecBookmarkType

impl Send for FennecBookmarkType

impl Sync for FennecBookmarkType

impl Unpin for FennecBookmarkType

impl UnwindSafe for FennecBookmarkType

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CallHasher for T where
    T: Hash

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,