pub struct LocalBadge {
pub badge: BadgeInfo,
pub status: BadgeStatus,
pub undocumented: JsonObject,
}Fields§
§badge: BadgeInfo§status: BadgeStatus§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for LocalBadge
impl Clone for LocalBadge
Source§fn clone(&self) -> LocalBadge
fn clone(&self) -> LocalBadge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalBadge
impl Debug for LocalBadge
Source§impl<'de> Deserialize<'de> for LocalBadge
impl<'de> Deserialize<'de> for LocalBadge
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 LocalBadge
impl PartialEq for LocalBadge
Source§fn eq(&self, other: &LocalBadge) -> bool
fn eq(&self, other: &LocalBadge) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LocalBadge
impl Serialize for LocalBadge
impl StructuralPartialEq for LocalBadge
Auto Trait Implementations§
impl Freeze for LocalBadge
impl RefUnwindSafe for LocalBadge
impl Send for LocalBadge
impl Sync for LocalBadge
impl Unpin for LocalBadge
impl UnsafeUnpin for LocalBadge
impl UnwindSafe for LocalBadge
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