pub struct EnsuredProjectState {
pub state: RunxProjectState,
pub created: bool,
}Fields§
§state: RunxProjectState§created: boolTrait Implementations§
Source§impl Clone for EnsuredProjectState
impl Clone for EnsuredProjectState
Source§fn clone(&self) -> EnsuredProjectState
fn clone(&self) -> EnsuredProjectState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnsuredProjectState
impl Debug for EnsuredProjectState
impl Eq for EnsuredProjectState
Source§impl PartialEq for EnsuredProjectState
impl PartialEq for EnsuredProjectState
Source§fn eq(&self, other: &EnsuredProjectState) -> bool
fn eq(&self, other: &EnsuredProjectState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnsuredProjectState
Auto Trait Implementations§
impl Freeze for EnsuredProjectState
impl RefUnwindSafe for EnsuredProjectState
impl Send for EnsuredProjectState
impl Sync for EnsuredProjectState
impl Unpin for EnsuredProjectState
impl UnsafeUnpin for EnsuredProjectState
impl UnwindSafe for EnsuredProjectState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.