pub struct PageTitle(pub String);
Expand description
Represents the
page_title
field of the page
table, a title with underscores.
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageTitle
impl<'de> Deserialize<'de> for PageTitle
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 Ord for PageTitle
impl Ord for PageTitle
Source§impl PartialOrd for PageTitle
impl PartialOrd for PageTitle
impl Eq for PageTitle
impl StructuralPartialEq for PageTitle
Auto Trait Implementations§
impl Freeze for PageTitle
impl RefUnwindSafe for PageTitle
impl Send for PageTitle
impl Sync for PageTitle
impl Unpin for PageTitle
impl UnwindSafe for PageTitle
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