pub struct GetMultiCommunity {
pub id: Option<MultiCommunityId>,
pub name: Option<String>,
}Fields§
§id: Option<MultiCommunityId>§name: Option<String>Trait Implementations§
Source§impl Clone for GetMultiCommunity
impl Clone for GetMultiCommunity
Source§fn clone(&self) -> GetMultiCommunity
fn clone(&self) -> GetMultiCommunity
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 GetMultiCommunity
impl Debug for GetMultiCommunity
Source§impl<'de> Deserialize<'de> for GetMultiCommunity
impl<'de> Deserialize<'de> for GetMultiCommunity
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 GetMultiCommunity
impl RefUnwindSafe for GetMultiCommunity
impl Send for GetMultiCommunity
impl Sync for GetMultiCommunity
impl Unpin for GetMultiCommunity
impl UnsafeUnpin for GetMultiCommunity
impl UnwindSafe for GetMultiCommunity
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