Struct egg_mode::user::UserEntityDetail [−][src]
Expand description
Represents a collection of URL entity information paired with a specific user profile field.
Fields
urls: Vec<UrlEntity>Collection of URL entity information.
There should be one of these per URL in the paired field. In the case of the user’s
description, if no URLs are present, this field will still be present, but empty.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserEntityDetailimpl Send for UserEntityDetailimpl Sync for UserEntityDetailimpl Unpin for UserEntityDetailimpl UnwindSafe for UserEntityDetailBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V