pub struct Karma {
pub is_blocked: bool,
pub is_crawler: bool,
pub is_bot: bool,
pub is_friend: bool,
pub is_regular: bool,
}
Fields§
§is_blocked: bool
§is_crawler: bool
§is_bot: bool
§is_friend: bool
§is_regular: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Karma
impl<'de> Deserialize<'de> for Karma
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
Auto Trait Implementations§
impl Freeze for Karma
impl RefUnwindSafe for Karma
impl Send for Karma
impl Sync for Karma
impl Unpin for Karma
impl UnwindSafe for Karma
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