pub struct ExternalLinkId(pub u32);
Expand description
Represents
el_id
,
the primary key of the externallinks
table.
Tuple Fields§
§0: u32
Implementations§
Source§impl ExternalLinkId
impl ExternalLinkId
pub fn into_inner(self) -> u32
Trait Implementations§
Source§impl Clone for ExternalLinkId
impl Clone for ExternalLinkId
Source§fn clone(&self) -> ExternalLinkId
fn clone(&self) -> ExternalLinkId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExternalLinkId
impl Debug for ExternalLinkId
Source§impl<'de> Deserialize<'de> for ExternalLinkId
impl<'de> Deserialize<'de> for ExternalLinkId
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<'a> From<&'a ExternalLinkId> for &'a u32
impl<'a> From<&'a ExternalLinkId> for &'a u32
Source§fn from(val: &'a ExternalLinkId) -> Self
fn from(val: &'a ExternalLinkId) -> Self
Converts to this type from the input type.
Source§impl From<ExternalLinkId> for u32
impl From<ExternalLinkId> for u32
Source§fn from(val: ExternalLinkId) -> Self
fn from(val: ExternalLinkId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ExternalLinkId
impl From<u32> for ExternalLinkId
Source§impl<'input> FromSql<'input> for ExternalLinkId
impl<'input> FromSql<'input> for ExternalLinkId
Source§impl Hash for ExternalLinkId
impl Hash for ExternalLinkId
Source§impl Ord for ExternalLinkId
impl Ord for ExternalLinkId
Source§fn cmp(&self, other: &ExternalLinkId) -> Ordering
fn cmp(&self, other: &ExternalLinkId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalLinkId
impl PartialEq for ExternalLinkId
Source§impl PartialOrd for ExternalLinkId
impl PartialOrd for ExternalLinkId
Source§impl Serialize for ExternalLinkId
impl Serialize for ExternalLinkId
impl Copy for ExternalLinkId
impl Eq for ExternalLinkId
impl StructuralPartialEq for ExternalLinkId
Auto Trait Implementations§
impl Freeze for ExternalLinkId
impl RefUnwindSafe for ExternalLinkId
impl Send for ExternalLinkId
impl Sync for ExternalLinkId
impl Unpin for ExternalLinkId
impl UnwindSafe for ExternalLinkId
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