pub struct LinkTargetId(pub u64);
Expand description
Represents lt_id
,
the primary key of the linktarget
table.
Tuple Fields§
§0: u64
Implementations§
Source§impl LinkTargetId
impl LinkTargetId
pub fn into_inner(self) -> u64
Trait Implementations§
Source§impl Clone for LinkTargetId
impl Clone for LinkTargetId
Source§fn clone(&self) -> LinkTargetId
fn clone(&self) -> LinkTargetId
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 LinkTargetId
impl Debug for LinkTargetId
Source§impl<'de> Deserialize<'de> for LinkTargetId
impl<'de> Deserialize<'de> for LinkTargetId
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 LinkTargetId> for &'a u64
impl<'a> From<&'a LinkTargetId> for &'a u64
Source§fn from(val: &'a LinkTargetId) -> Self
fn from(val: &'a LinkTargetId) -> Self
Converts to this type from the input type.
Source§impl From<LinkTargetId> for u64
impl From<LinkTargetId> for u64
Source§fn from(val: LinkTargetId) -> Self
fn from(val: LinkTargetId) -> Self
Converts to this type from the input type.
Source§impl From<u64> for LinkTargetId
impl From<u64> for LinkTargetId
Source§impl<'input> FromSql<'input> for LinkTargetId
impl<'input> FromSql<'input> for LinkTargetId
Source§impl Hash for LinkTargetId
impl Hash for LinkTargetId
Source§impl Ord for LinkTargetId
impl Ord for LinkTargetId
Source§fn cmp(&self, other: &LinkTargetId) -> Ordering
fn cmp(&self, other: &LinkTargetId) -> 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 LinkTargetId
impl PartialEq for LinkTargetId
Source§impl PartialOrd for LinkTargetId
impl PartialOrd for LinkTargetId
Source§impl Serialize for LinkTargetId
impl Serialize for LinkTargetId
impl Eq for LinkTargetId
impl StructuralPartialEq for LinkTargetId
Auto Trait Implementations§
impl Freeze for LinkTargetId
impl RefUnwindSafe for LinkTargetId
impl Send for LinkTargetId
impl Sync for LinkTargetId
impl Unpin for LinkTargetId
impl UnwindSafe for LinkTargetId
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