pub struct PageExPot(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageExPot
impl<'de> Deserialize<'de> for PageExPot
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 KeywordDisplay for PageExPot
impl KeywordDisplay for PageExPot
Source§impl Ord for PageExPot
impl Ord for PageExPot
Source§impl PartialOrd for PageExPot
impl PartialOrd for PageExPot
impl Copy for PageExPot
impl Eq for PageExPot
impl StructuralPartialEq for PageExPot
Auto Trait Implementations§
impl Freeze for PageExPot
impl RefUnwindSafe for PageExPot
impl Send for PageExPot
impl Sync for PageExPot
impl Unpin for PageExPot
impl UnwindSafe for PageExPot
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