pub struct ModAddCommunityForm {
pub mod_person_id: PersonId,
pub other_person_id: PersonId,
pub community_id: CommunityId,
pub removed: Option<bool>,
}Fields§
§mod_person_id: PersonId§other_person_id: PersonId§community_id: CommunityId§removed: Option<bool>Auto Trait Implementations§
impl Freeze for ModAddCommunityForm
impl RefUnwindSafe for ModAddCommunityForm
impl Send for ModAddCommunityForm
impl Sync for ModAddCommunityForm
impl Unpin for ModAddCommunityForm
impl UnwindSafe for ModAddCommunityForm
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