pub enum SubmoduleStatus {
Clean,
Uninitialized,
Changed,
OutOfDate,
}
Variants§
Auto Trait Implementations§
impl Freeze for SubmoduleStatus
impl RefUnwindSafe for SubmoduleStatus
impl Send for SubmoduleStatus
impl Sync for SubmoduleStatus
impl Unpin for SubmoduleStatus
impl UnwindSafe for SubmoduleStatus
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