pub struct PropertyTypeId(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Clone for PropertyTypeId
impl Clone for PropertyTypeId
Source§fn clone(&self) -> PropertyTypeId
fn clone(&self) -> PropertyTypeId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PropertyTypeId
impl Debug for PropertyTypeId
Source§impl<'de> Deserialize<'de> for PropertyTypeId
impl<'de> Deserialize<'de> for PropertyTypeId
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 Display for PropertyTypeId
impl Display for PropertyTypeId
Source§impl From<PropertyTypeId> for Id
impl From<PropertyTypeId> for Id
Source§fn from(value: PropertyTypeId) -> Self
fn from(value: PropertyTypeId) -> Self
Converts to this type from the input type.
Source§impl From<PropertyTypeId> for i32
impl From<PropertyTypeId> for i32
Source§fn from(outer: PropertyTypeId) -> Self
fn from(outer: PropertyTypeId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for PropertyTypeId
impl From<i32> for PropertyTypeId
Source§impl Hash for PropertyTypeId
impl Hash for PropertyTypeId
Source§impl Ord for PropertyTypeId
impl Ord for PropertyTypeId
Source§fn cmp(&self, other: &PropertyTypeId) -> Ordering
fn cmp(&self, other: &PropertyTypeId) -> 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 PropertyTypeId
impl PartialEq for PropertyTypeId
Source§impl PartialOrd for PropertyTypeId
impl PartialOrd for PropertyTypeId
impl Copy for PropertyTypeId
impl Eq for PropertyTypeId
impl StructuralPartialEq for PropertyTypeId
Auto Trait Implementations§
impl Freeze for PropertyTypeId
impl RefUnwindSafe for PropertyTypeId
impl Send for PropertyTypeId
impl Sync for PropertyTypeId
impl Unpin for PropertyTypeId
impl UnwindSafe for PropertyTypeId
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