pub struct Drugs {}
Fields§
§cannabis: i32
§ecstasy: i32
§ketamine: i32
§lsd: i32
§opium: i32
§pcp: i32
§shrooms: i32
§speed: i32
§vicodin: i32
§xanax: i32
§total: i32
§overdoses: i32
§rehabilitations: Rehabilitations
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Drugs
impl<'de> Deserialize<'de> for Drugs
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
impl StructuralPartialEq for Drugs
Auto Trait Implementations§
impl Freeze for Drugs
impl RefUnwindSafe for Drugs
impl Send for Drugs
impl Sync for Drugs
impl Unpin for Drugs
impl UnwindSafe for Drugs
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