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