pub struct PageRelationPropertyParameter {
pub id: String,
}
Fields§
§id: String
related page id
Implementations§
Trait Implementations§
Source§impl Clone for PageRelationPropertyParameter
impl Clone for PageRelationPropertyParameter
Source§fn clone(&self) -> PageRelationPropertyParameter
fn clone(&self) -> PageRelationPropertyParameter
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 Default for PageRelationPropertyParameter
impl Default for PageRelationPropertyParameter
Source§fn default() -> PageRelationPropertyParameter
fn default() -> PageRelationPropertyParameter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PageRelationPropertyParameter
impl<'de> Deserialize<'de> for PageRelationPropertyParameter
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 PartialEq for PageRelationPropertyParameter
impl PartialEq for PageRelationPropertyParameter
Source§fn eq(&self, other: &PageRelationPropertyParameter) -> bool
fn eq(&self, other: &PageRelationPropertyParameter) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PageRelationPropertyParameter
Auto Trait Implementations§
impl Freeze for PageRelationPropertyParameter
impl RefUnwindSafe for PageRelationPropertyParameter
impl Send for PageRelationPropertyParameter
impl Sync for PageRelationPropertyParameter
impl Unpin for PageRelationPropertyParameter
impl UnwindSafe for PageRelationPropertyParameter
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