pub struct DeleteCommunity {
pub community_id: CommunityId,
pub deleted: bool,
}Expand description
Delete your own community.
Fields§
§community_id: CommunityId§deleted: boolTrait Implementations§
Source§impl Clone for DeleteCommunity
impl Clone for DeleteCommunity
Source§fn clone(&self) -> DeleteCommunity
fn clone(&self) -> DeleteCommunity
Returns a duplicate 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 DeleteCommunity
impl Debug for DeleteCommunity
Source§impl Default for DeleteCommunity
impl Default for DeleteCommunity
Source§fn default() -> DeleteCommunity
fn default() -> DeleteCommunity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteCommunity
impl<'de> Deserialize<'de> for DeleteCommunity
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 Hash for DeleteCommunity
impl Hash for DeleteCommunity
Source§impl PartialEq for DeleteCommunity
impl PartialEq for DeleteCommunity
Source§impl Serialize for DeleteCommunity
impl Serialize for DeleteCommunity
impl Eq for DeleteCommunity
impl StructuralPartialEq for DeleteCommunity
Auto Trait Implementations§
impl Freeze for DeleteCommunity
impl RefUnwindSafe for DeleteCommunity
impl Send for DeleteCommunity
impl Sync for DeleteCommunity
impl Unpin for DeleteCommunity
impl UnwindSafe for DeleteCommunity
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