pub struct SherlockCategory {
pub id: u64,
pub name: String,
pub icon: Option<String>,
}Fields§
§id: u64§name: String§icon: Option<String>Trait Implementations§
Source§impl Debug for SherlockCategory
impl Debug for SherlockCategory
Source§impl<'de> Deserialize<'de> for SherlockCategory
impl<'de> Deserialize<'de> for SherlockCategory
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 Serialize for SherlockCategory
impl Serialize for SherlockCategory
Auto Trait Implementations§
impl Freeze for SherlockCategory
impl RefUnwindSafe for SherlockCategory
impl Send for SherlockCategory
impl Sync for SherlockCategory
impl Unpin for SherlockCategory
impl UnsafeUnpin for SherlockCategory
impl UnwindSafe for SherlockCategory
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