pub struct PageLink {
pub from: PageId,
pub namespace: PageNamespace,
pub title: PageTitle,
pub from_namespace: PageNamespace,
}
Expand description
Represents a row in the pagelinks
table.
Fields§
§from: PageId
§namespace: PageNamespace
§title: PageTitle
§from_namespace: PageNamespace
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageLink
impl<'de> Deserialize<'de> for PageLink
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<'input> FromSqlTuple<'input> for PageLink
impl<'input> FromSqlTuple<'input> for PageLink
fn from_sql_tuple(s: &'input [u8]) -> IResult<'input, Self>
Source§impl Ord for PageLink
impl Ord for PageLink
Source§impl PartialOrd for PageLink
impl PartialOrd for PageLink
impl Eq for PageLink
impl StructuralPartialEq for PageLink
Auto Trait Implementations§
impl Freeze for PageLink
impl RefUnwindSafe for PageLink
impl Send for PageLink
impl Sync for PageLink
impl Unpin for PageLink
impl UnwindSafe for PageLink
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