pub struct UserBlogs {
pub self_link: Option<String>,
}Expand description
The container of blogs for this user.
This type is not used in any activity, and only used as part of another schema.
Fields§
§self_link: Option<String>The URL of the Blogs for this user.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserBlogs
impl<'de> Deserialize<'de> for UserBlogs
Source§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
impl NestedType for UserBlogs
impl Part for UserBlogs
Auto Trait Implementations§
impl Freeze for UserBlogs
impl RefUnwindSafe for UserBlogs
impl Send for UserBlogs
impl Sync for UserBlogs
impl Unpin for UserBlogs
impl UnwindSafe for UserBlogs
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