pub enum PartitionKindAst {
Range,
}Variants§
Range
Trait Implementations§
Source§impl Clone for PartitionKindAst
impl Clone for PartitionKindAst
Source§fn clone(&self) -> PartitionKindAst
fn clone(&self) -> PartitionKindAst
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 PartitionKindAst
Source§impl Debug for PartitionKindAst
impl Debug for PartitionKindAst
impl Eq for PartitionKindAst
Source§impl PartialEq for PartitionKindAst
impl PartialEq for PartitionKindAst
Source§fn eq(&self, other: &PartitionKindAst) -> bool
fn eq(&self, other: &PartitionKindAst) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartitionKindAst
Auto Trait Implementations§
impl Freeze for PartitionKindAst
impl RefUnwindSafe for PartitionKindAst
impl Send for PartitionKindAst
impl Sync for PartitionKindAst
impl Unpin for PartitionKindAst
impl UnsafeUnpin for PartitionKindAst
impl UnwindSafe for PartitionKindAst
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