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