pub enum PostCollection {
Posts,
Drafts,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PostCollection
impl Clone for PostCollection
impl Copy for PostCollection
Source§impl Debug for PostCollection
impl Debug for PostCollection
Source§impl<'de> Deserialize<'de> for PostCollection
impl<'de> Deserialize<'de> for PostCollection
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
impl Eq for PostCollection
Source§impl PartialEq for PostCollection
impl PartialEq for PostCollection
Source§impl Serialize for PostCollection
impl Serialize for PostCollection
impl StructuralPartialEq for PostCollection
Auto Trait Implementations§
impl Freeze for PostCollection
impl RefUnwindSafe for PostCollection
impl Send for PostCollection
impl Sync for PostCollection
impl Unpin for PostCollection
impl UnsafeUnpin for PostCollection
impl UnwindSafe for PostCollection
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