[][src]Struct vcard::properties::FBURL

pub struct FBURL {
    pub typ: Option<Type>,
    pub media_type: Option<MediaType>,
    pub property_id: Option<PropertyID>,
    pub preference: Option<Preference>,
    pub alternative_id: Option<AlternativeID>,
    pub any: Option<Set<Any>>,
    pub value: URL,
}

Fields

typ: Option<Type>media_type: Option<MediaType>property_id: Option<PropertyID>preference: Option<Preference>alternative_id: Option<AlternativeID>any: Option<Set<Any>>value: URL

Implementations

impl FBURL[src]

pub fn from_url(url: URL) -> FBURL[src]

Trait Implementations

impl Clone for FBURL[src]

impl Debug for FBURL[src]

impl Display for FBURL[src]

impl Eq for FBURL[src]

impl Hash for FBURL[src]

impl PartialEq<FBURL> for FBURL[src]

impl Property for FBURL[src]

impl StructuralEq for FBURL[src]

impl StructuralPartialEq for FBURL[src]

impl Validated for FBURL[src]

impl ValidatedWrapper for FBURL[src]

type Error = &'static str

Auto Trait Implementations

impl RefUnwindSafe for FBURL

impl Send for FBURL

impl Sync for FBURL

impl Unpin for FBURL

impl UnwindSafe for FBURL

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> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.