pub struct RulesetRegistryEntry {
pub descriptor: RulesetDescriptor,
pub aliases: &'static [&'static str],
/* private fields */
}Fields§
§descriptor: RulesetDescriptor§aliases: &'static [&'static str]Implementations§
Source§impl RulesetRegistryEntry
impl RulesetRegistryEntry
pub fn data(&self) -> &'static AlmanacData
Trait Implementations§
Source§impl Clone for RulesetRegistryEntry
impl Clone for RulesetRegistryEntry
Source§fn clone(&self) -> RulesetRegistryEntry
fn clone(&self) -> RulesetRegistryEntry
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 moreSource§impl Debug for RulesetRegistryEntry
impl Debug for RulesetRegistryEntry
impl Copy for RulesetRegistryEntry
Auto Trait Implementations§
impl Freeze for RulesetRegistryEntry
impl RefUnwindSafe for RulesetRegistryEntry
impl Send for RulesetRegistryEntry
impl Sync for RulesetRegistryEntry
impl Unpin for RulesetRegistryEntry
impl UnsafeUnpin for RulesetRegistryEntry
impl UnwindSafe for RulesetRegistryEntry
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