#[non_exhaustive]#[repr(u32)]pub enum pm_arguments_node_flags {
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_KEYWORDS = 4,
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_KEYWORD_SPLAT = 8,
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_SPLAT = 16,
}Expand description
Flags for arguments nodes.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_KEYWORDS = 4
if arguments contain keywords
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_KEYWORD_SPLAT = 8
if arguments contain keyword splat
PM_ARGUMENTS_NODE_FLAGS_CONTAINS_SPLAT = 16
if arguments contain splat
Trait Implementations§
source§impl Clone for pm_arguments_node_flags
impl Clone for pm_arguments_node_flags
source§fn clone(&self) -> pm_arguments_node_flags
fn clone(&self) -> pm_arguments_node_flags
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 pm_arguments_node_flags
impl Debug for pm_arguments_node_flags
source§impl Hash for pm_arguments_node_flags
impl Hash for pm_arguments_node_flags
source§impl PartialEq for pm_arguments_node_flags
impl PartialEq for pm_arguments_node_flags
impl Copy for pm_arguments_node_flags
impl Eq for pm_arguments_node_flags
impl StructuralPartialEq for pm_arguments_node_flags
Auto Trait Implementations§
impl Freeze for pm_arguments_node_flags
impl RefUnwindSafe for pm_arguments_node_flags
impl Send for pm_arguments_node_flags
impl Sync for pm_arguments_node_flags
impl Unpin for pm_arguments_node_flags
impl UnwindSafe for pm_arguments_node_flags
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)