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