pub struct NotionDatabaseSchema {
pub properties: HashMap<String, NotionProperty>,
}
Fields§
§properties: HashMap<String, NotionProperty>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotionDatabaseSchema
impl RefUnwindSafe for NotionDatabaseSchema
impl Send for NotionDatabaseSchema
impl Sync for NotionDatabaseSchema
impl Unpin for NotionDatabaseSchema
impl UnwindSafe for NotionDatabaseSchema
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