pub struct GenerateRule {
pub zero: Rule,
pub one: Rule,
pub two: Rule,
pub three: Rule,
pub four: Rule,
pub five: Rule,
pub six: Rule,
pub seven: Rule,
pub eight: Rule,
pub nine: Rule,
}Fields§
§zero: Rule§one: Rule§two: Rule§three: Rule§four: Rule§five: Rule§six: Rule§seven: Rule§eight: Rule§nine: RuleTrait Implementations§
Source§impl Clone for GenerateRule
impl Clone for GenerateRule
Source§fn clone(&self) -> GenerateRule
fn clone(&self) -> GenerateRule
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 GenerateRule
impl RefUnwindSafe for GenerateRule
impl Send for GenerateRule
impl Sync for GenerateRule
impl Unpin for GenerateRule
impl UnwindSafe for GenerateRule
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