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