pub struct AddModToCommunityResponse {
pub moderators: Vec<CommunityModeratorView>,
}Expand description
The response of adding a moderator to a community.
Fields§
§moderators: Vec<CommunityModeratorView>Trait Implementations§
source§impl Clone for AddModToCommunityResponse
impl Clone for AddModToCommunityResponse
source§fn clone(&self) -> AddModToCommunityResponse
fn clone(&self) -> AddModToCommunityResponse
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 AddModToCommunityResponse
impl Debug for AddModToCommunityResponse
source§impl<'de> Deserialize<'de> for AddModToCommunityResponse
impl<'de> Deserialize<'de> for AddModToCommunityResponse
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 AddModToCommunityResponse
impl RefUnwindSafe for AddModToCommunityResponse
impl Send for AddModToCommunityResponse
impl Sync for AddModToCommunityResponse
impl Unpin for AddModToCommunityResponse
impl UnwindSafe for AddModToCommunityResponse
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