pub enum RulepackReferencedFileKind {
Rule,
Group,
}Variants§
Trait Implementations§
Source§impl Clone for RulepackReferencedFileKind
impl Clone for RulepackReferencedFileKind
Source§fn clone(&self) -> RulepackReferencedFileKind
fn clone(&self) -> RulepackReferencedFileKind
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 RulepackReferencedFileKind
Source§impl Debug for RulepackReferencedFileKind
impl Debug for RulepackReferencedFileKind
impl Eq for RulepackReferencedFileKind
impl StructuralPartialEq for RulepackReferencedFileKind
Auto Trait Implementations§
impl Freeze for RulepackReferencedFileKind
impl RefUnwindSafe for RulepackReferencedFileKind
impl Send for RulepackReferencedFileKind
impl Sync for RulepackReferencedFileKind
impl Unpin for RulepackReferencedFileKind
impl UnsafeUnpin for RulepackReferencedFileKind
impl UnwindSafe for RulepackReferencedFileKind
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