pub struct PageRollupProperty {
pub id: Option<String>,
}
Fields§
§id: Option<String>
An underlying identifier for the property.
id
remains constant when the property name changes.
Trait Implementations§
Source§impl Clone for PageRollupProperty
impl Clone for PageRollupProperty
Source§fn clone(&self) -> PageRollupProperty
fn clone(&self) -> PageRollupProperty
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 PageRollupProperty
impl Debug for PageRollupProperty
Source§impl<'de> Deserialize<'de> for PageRollupProperty
impl<'de> Deserialize<'de> for PageRollupProperty
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 PageRollupProperty
impl Display for PageRollupProperty
Auto Trait Implementations§
impl Freeze for PageRollupProperty
impl RefUnwindSafe for PageRollupProperty
impl Send for PageRollupProperty
impl Sync for PageRollupProperty
impl Unpin for PageRollupProperty
impl UnwindSafe for PageRollupProperty
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