pub struct RulesetVersion(pub &'static str);Expand description
Semver-shaped version for a ruleset, tracking parameter changes across delegated-act amendments.
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Clone for RulesetVersion
impl Clone for RulesetVersion
Source§fn clone(&self) -> RulesetVersion
fn clone(&self) -> RulesetVersion
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 moreimpl Copy for RulesetVersion
Source§impl Debug for RulesetVersion
impl Debug for RulesetVersion
impl Eq for RulesetVersion
Source§impl PartialEq for RulesetVersion
impl PartialEq for RulesetVersion
Source§impl Serialize for RulesetVersion
impl Serialize for RulesetVersion
impl StructuralPartialEq for RulesetVersion
Auto Trait Implementations§
impl Freeze for RulesetVersion
impl RefUnwindSafe for RulesetVersion
impl Send for RulesetVersion
impl Sync for RulesetVersion
impl Unpin for RulesetVersion
impl UnsafeUnpin for RulesetVersion
impl UnwindSafe for RulesetVersion
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