pub struct ChildPage {
pub id: String,
pub title: String,
}Expand description
A child page returned from the children API.
Fields§
§id: StringPage ID.
title: StringPage title.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChildPage
impl RefUnwindSafe for ChildPage
impl Send for ChildPage
impl Sync for ChildPage
impl Unpin for ChildPage
impl UnsafeUnpin for ChildPage
impl UnwindSafe for ChildPage
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