Enum rsjsonnet_lang::ast::CompSpecPart
source · pub enum CompSpecPart {
For(ForSpec),
If(IfSpec),
}Variants§
Trait Implementations§
source§impl Clone for CompSpecPart
impl Clone for CompSpecPart
source§fn clone(&self) -> CompSpecPart
fn clone(&self) -> CompSpecPart
Returns a copy 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 CompSpecPart
impl Debug for CompSpecPart
source§impl PartialEq for CompSpecPart
impl PartialEq for CompSpecPart
source§fn eq(&self, other: &CompSpecPart) -> bool
fn eq(&self, other: &CompSpecPart) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CompSpecPart
impl StructuralPartialEq for CompSpecPart
Auto Trait Implementations§
impl Freeze for CompSpecPart
impl RefUnwindSafe for CompSpecPart
impl !Send for CompSpecPart
impl !Sync for CompSpecPart
impl Unpin for CompSpecPart
impl UnwindSafe for CompSpecPart
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)