pub struct CollectionPageType;Trait Implementations§
Source§impl Clone for CollectionPageType
impl Clone for CollectionPageType
Source§fn clone(&self) -> CollectionPageType
fn clone(&self) -> CollectionPageType
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 CollectionPageType
impl Debug for CollectionPageType
Source§impl Default for CollectionPageType
impl Default for CollectionPageType
Source§fn default() -> CollectionPageType
fn default() -> CollectionPageType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollectionPageType
impl<'de> Deserialize<'de> for CollectionPageType
Source§fn deserialize<D>(deserializer: D) -> Result<CollectionPageType, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<CollectionPageType, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CollectionPageType
impl RefUnwindSafe for CollectionPageType
impl Send for CollectionPageType
impl Sync for CollectionPageType
impl Unpin for CollectionPageType
impl UnwindSafe for CollectionPageType
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