pub enum ProjectOperation {
Exist(Project),
NotExist(Project),
}Variants§
Auto Trait Implementations§
impl Freeze for ProjectOperation
impl RefUnwindSafe for ProjectOperation
impl Send for ProjectOperation
impl Sync for ProjectOperation
impl Unpin for ProjectOperation
impl UnsafeUnpin for ProjectOperation
impl UnwindSafe for ProjectOperation
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