pub struct PageBlog {
pub id: Option<String>,
}Expand description
Data about the blog containing this Page.
This type is not used in any activity, and only used as part of another schema.
Fields§
§id: Option<String>The identifier of the blog containing this page.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageBlog
impl<'de> Deserialize<'de> for PageBlog
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 PageBlog
impl Part for PageBlog
Auto Trait Implementations§
impl Freeze for PageBlog
impl RefUnwindSafe for PageBlog
impl Send for PageBlog
impl Sync for PageBlog
impl Unpin for PageBlog
impl UnwindSafe for PageBlog
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