enum BuildState {
Idle,
Build,
}
Variants§
Trait Implementations§
Source§impl Clone for BuildState
impl Clone for BuildState
Source§fn clone(&self) -> BuildState
fn clone(&self) -> BuildState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BuildState
impl Debug for BuildState
Source§impl PartialEq for BuildState
impl PartialEq for BuildState
impl Copy for BuildState
impl StructuralPartialEq for BuildState
Auto Trait Implementations§
impl Freeze for BuildState
impl RefUnwindSafe for BuildState
impl Send for BuildState
impl Sync for BuildState
impl Unpin for BuildState
impl UnwindSafe for BuildState
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