Enum nimble_rust::UpdateState
source · pub enum UpdateState {
ConsumedAllKnowledge,
DidNotConsumeAllKnowledge,
}
Variants§
Trait Implementations§
source§impl Debug for UpdateState
impl Debug for UpdateState
source§impl PartialEq for UpdateState
impl PartialEq for UpdateState
impl StructuralPartialEq for UpdateState
Auto Trait Implementations§
impl Freeze for UpdateState
impl RefUnwindSafe for UpdateState
impl Send for UpdateState
impl Sync for UpdateState
impl Unpin for UpdateState
impl UnwindSafe for UpdateState
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