pub struct RulesetDescriptor {
pub id: &'static str,
pub version: &'static str,
pub region: &'static str,
pub profile: &'static str,
}Fields§
§id: &'static str§version: &'static str§region: &'static str§profile: &'static strImplementations§
Source§impl RulesetDescriptor
impl RulesetDescriptor
pub fn to_document_descriptor(self) -> RulesetDescriptorDoc
Trait Implementations§
Source§impl Clone for RulesetDescriptor
impl Clone for RulesetDescriptor
Source§fn clone(&self) -> RulesetDescriptor
fn clone(&self) -> RulesetDescriptor
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 RulesetDescriptor
impl Debug for RulesetDescriptor
Source§impl PartialEq for RulesetDescriptor
impl PartialEq for RulesetDescriptor
impl Copy for RulesetDescriptor
impl Eq for RulesetDescriptor
impl StructuralPartialEq for RulesetDescriptor
Auto Trait Implementations§
impl Freeze for RulesetDescriptor
impl RefUnwindSafe for RulesetDescriptor
impl Send for RulesetDescriptor
impl Sync for RulesetDescriptor
impl Unpin for RulesetDescriptor
impl UnsafeUnpin for RulesetDescriptor
impl UnwindSafe for RulesetDescriptor
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