pub enum LinkedProposalChangeOperation {
Add,
Remove,
}
Variants§
Auto Trait Implementations§
impl Freeze for LinkedProposalChangeOperation
impl RefUnwindSafe for LinkedProposalChangeOperation
impl Send for LinkedProposalChangeOperation
impl Sync for LinkedProposalChangeOperation
impl Unpin for LinkedProposalChangeOperation
impl UnwindSafe for LinkedProposalChangeOperation
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