pub struct FairnessDecl {
pub constraints: Vec<FairnessConstraint>,
pub span: Span,
}Expand description
fairness { constraints }
Fields§
§constraints: Vec<FairnessConstraint>§span: SpanTrait Implementations§
Source§impl Clone for FairnessDecl
impl Clone for FairnessDecl
Source§fn clone(&self) -> FairnessDecl
fn clone(&self) -> FairnessDecl
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 FairnessDecl
impl RefUnwindSafe for FairnessDecl
impl Send for FairnessDecl
impl Sync for FairnessDecl
impl Unpin for FairnessDecl
impl UnwindSafe for FairnessDecl
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