pub struct TornLogCategory {
pub id: LogCategoryId,
pub title: String,
}
Fields§
§id: LogCategoryId
§title: String
Trait Implementations§
Source§impl Clone for TornLogCategory
impl Clone for TornLogCategory
Source§fn clone(&self) -> TornLogCategory
fn clone(&self) -> TornLogCategory
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 TornLogCategory
impl Debug for TornLogCategory
Source§impl<'de> Deserialize<'de> for TornLogCategory
impl<'de> Deserialize<'de> for TornLogCategory
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 PartialEq for TornLogCategory
impl PartialEq for TornLogCategory
impl StructuralPartialEq for TornLogCategory
Auto Trait Implementations§
impl Freeze for TornLogCategory
impl RefUnwindSafe for TornLogCategory
impl Send for TornLogCategory
impl Sync for TornLogCategory
impl Unpin for TornLogCategory
impl UnwindSafe for TornLogCategory
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