pub enum PageProperty {
Show 23 variants
Button(PageButtonProperty),
Checkbox(PageCheckboxProperty),
CreatedBy(PageCreatedByProperty),
CreatedTime(PageCreatedTimeProperty),
Date(PageDateProperty),
Email(PageEmailProperty),
Files(PageFilesProperty),
Formula(PageFormulaProperty),
LastEditedBy(PageLastEditedByProperty),
LastEditedTime(PageLastEditedTimeProperty),
MultiSelect(PageMultiSelectProperty),
Number(PageNumberProperty),
People(PagePeopleProperty),
PhoneNumber(PagePhoneNumberProperty),
Relation(PageRelationProperty),
RichText(PageRichTextProperty),
Rollup(PageRollupProperty),
Select(PageSelectProperty),
Status(PageStatusProperty),
Title(PageTitleProperty),
UniqueId(PageUniqueIdProperty),
Url(PageUrlProperty),
Verification(PageVerificationProperty),
}
Variants§
Button(PageButtonProperty)
Checkbox(PageCheckboxProperty)
CreatedBy(PageCreatedByProperty)
CreatedTime(PageCreatedTimeProperty)
Date(PageDateProperty)
Email(PageEmailProperty)
Files(PageFilesProperty)
Formula(PageFormulaProperty)
LastEditedBy(PageLastEditedByProperty)
LastEditedTime(PageLastEditedTimeProperty)
MultiSelect(PageMultiSelectProperty)
Number(PageNumberProperty)
People(PagePeopleProperty)
PhoneNumber(PagePhoneNumberProperty)
Relation(PageRelationProperty)
RichText(PageRichTextProperty)
Rollup(PageRollupProperty)
Select(PageSelectProperty)
Status(PageStatusProperty)
Title(PageTitleProperty)
UniqueId(PageUniqueIdProperty)
Url(PageUrlProperty)
Verification(PageVerificationProperty)
Trait Implementations§
Source§impl Clone for PageProperty
impl Clone for PageProperty
Source§fn clone(&self) -> PageProperty
fn clone(&self) -> PageProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PageProperty
impl Debug for PageProperty
Source§impl<'de> Deserialize<'de> for PageProperty
impl<'de> Deserialize<'de> for PageProperty
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
Source§impl Display for PageProperty
impl Display for PageProperty
Auto Trait Implementations§
impl Freeze for PageProperty
impl RefUnwindSafe for PageProperty
impl Send for PageProperty
impl Sync for PageProperty
impl Unpin for PageProperty
impl UnwindSafe for PageProperty
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