pub struct DomainState {
pub working_counter: u32,
pub wc_state: WcState,
pub redundancy_active: bool,
}Fields§
§working_counter: u32§wc_state: WcState§redundancy_active: boolTrait Implementations§
Source§impl Clone for DomainState
impl Clone for DomainState
Source§fn clone(&self) -> DomainState
fn clone(&self) -> DomainState
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 moreAuto Trait Implementations§
impl Freeze for DomainState
impl RefUnwindSafe for DomainState
impl Send for DomainState
impl Sync for DomainState
impl Unpin for DomainState
impl UnwindSafe for DomainState
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