pub struct RefinementPartition { /* private fields */ }Implementations§
Source§impl RefinementPartition
impl RefinementPartition
pub fn discriminantTypes(&self) -> &[TypeId] ⓘ
pub fn shouldAppendNilType(&self) -> bool
Trait Implementations§
Source§impl Clone for RefinementPartition
impl Clone for RefinementPartition
Source§fn clone(&self) -> RefinementPartition
fn clone(&self) -> RefinementPartition
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 moreSource§impl Debug for RefinementPartition
impl Debug for RefinementPartition
Source§impl Default for RefinementPartition
impl Default for RefinementPartition
impl Eq for RefinementPartition
Source§impl Hash for RefinementPartition
impl Hash for RefinementPartition
Source§impl PartialEq for RefinementPartition
impl PartialEq for RefinementPartition
Source§fn eq(&self, other: &RefinementPartition) -> bool
fn eq(&self, other: &RefinementPartition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RefinementPartition
Auto Trait Implementations§
impl !Send for RefinementPartition
impl !Sync for RefinementPartition
impl Freeze for RefinementPartition
impl RefUnwindSafe for RefinementPartition
impl Unpin for RefinementPartition
impl UnsafeUnpin for RefinementPartition
impl UnwindSafe for RefinementPartition
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