pub struct Parent {
pub type_name: ParentType,
pub database_id: Option<String>,
pub page_id: Option<String>,
pub workspace_id: Option<String>,
pub block_id: Option<String>,
}
Fields§
§type_name: ParentType
§database_id: Option<String>
§page_id: Option<String>
§workspace_id: Option<String>
§block_id: Option<String>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Parent
impl<'de> Deserialize<'de> for Parent
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
Auto Trait Implementations§
impl Freeze for Parent
impl RefUnwindSafe for Parent
impl Send for Parent
impl Sync for Parent
impl Unpin for Parent
impl UnwindSafe for Parent
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