pub struct AreaTableKey {
pub id: u32,
}Available on crate feature
vanilla only.Fields§
§id: u32Implementations§
Trait Implementations§
Source§impl Clone for AreaTableKey
impl Clone for AreaTableKey
Source§fn clone(&self) -> AreaTableKey
fn clone(&self) -> AreaTableKey
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 AreaTableKey
impl Debug for AreaTableKey
Source§impl Default for AreaTableKey
impl Default for AreaTableKey
Source§fn default() -> AreaTableKey
fn default() -> AreaTableKey
Returns the “default value” for a type. Read more
Source§impl From<u16> for AreaTableKey
impl From<u16> for AreaTableKey
Source§impl From<u32> for AreaTableKey
impl From<u32> for AreaTableKey
Source§impl From<u8> for AreaTableKey
impl From<u8> for AreaTableKey
Source§impl Hash for AreaTableKey
impl Hash for AreaTableKey
Source§impl Ord for AreaTableKey
impl Ord for AreaTableKey
Source§fn cmp(&self, other: &AreaTableKey) -> Ordering
fn cmp(&self, other: &AreaTableKey) -> 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 AreaTableKey
impl PartialEq for AreaTableKey
Source§impl PartialOrd for AreaTableKey
impl PartialOrd for AreaTableKey
Source§impl TryFrom<i16> for AreaTableKey
impl TryFrom<i16> for AreaTableKey
Source§impl TryFrom<i32> for AreaTableKey
impl TryFrom<i32> for AreaTableKey
Source§impl TryFrom<i64> for AreaTableKey
impl TryFrom<i64> for AreaTableKey
Source§impl TryFrom<i8> for AreaTableKey
impl TryFrom<i8> for AreaTableKey
Source§impl TryFrom<isize> for AreaTableKey
impl TryFrom<isize> for AreaTableKey
Source§impl TryFrom<u64> for AreaTableKey
impl TryFrom<u64> for AreaTableKey
Source§impl TryFrom<usize> for AreaTableKey
impl TryFrom<usize> for AreaTableKey
impl Copy for AreaTableKey
impl Eq for AreaTableKey
impl StructuralPartialEq for AreaTableKey
Auto Trait Implementations§
impl Freeze for AreaTableKey
impl RefUnwindSafe for AreaTableKey
impl Send for AreaTableKey
impl Sync for AreaTableKey
impl Unpin for AreaTableKey
impl UnwindSafe for AreaTableKey
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