pub struct AvailableCommunity {
pub community: Community,
pub categories: Vec<Category>,
pub url: String,
}
Fields§
§community: Community
§categories: Vec<Category>
§url: String
Implementations§
Trait Implementations§
Source§impl Clone for AvailableCommunity
impl Clone for AvailableCommunity
Source§fn clone(&self) -> AvailableCommunity
fn clone(&self) -> AvailableCommunity
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 AvailableCommunity
impl Debug for AvailableCommunity
Source§impl Default for AvailableCommunity
impl Default for AvailableCommunity
Source§fn default() -> AvailableCommunity
fn default() -> AvailableCommunity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AvailableCommunity
impl<'de> Deserialize<'de> for AvailableCommunity
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 AvailableCommunity
impl PartialEq for AvailableCommunity
Source§impl Serialize for AvailableCommunity
impl Serialize for AvailableCommunity
impl Eq for AvailableCommunity
impl StructuralPartialEq for AvailableCommunity
Auto Trait Implementations§
impl Freeze for AvailableCommunity
impl RefUnwindSafe for AvailableCommunity
impl Send for AvailableCommunity
impl Sync for AvailableCommunity
impl Unpin for AvailableCommunity
impl UnwindSafe for AvailableCommunity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.