pub struct ParadigmSet(/* private fields */);Expand description
A compact bitset of active paradigms (fits in a u16).
Implementations§
Trait Implementations§
Source§impl Clone for ParadigmSet
impl Clone for ParadigmSet
Source§fn clone(&self) -> ParadigmSet
fn clone(&self) -> ParadigmSet
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 ParadigmSet
Source§impl Debug for ParadigmSet
impl Debug for ParadigmSet
Source§impl Default for ParadigmSet
impl Default for ParadigmSet
Source§fn default() -> ParadigmSet
fn default() -> ParadigmSet
Returns the “default value” for a type. Read more
impl Eq for ParadigmSet
Source§impl PartialEq for ParadigmSet
impl PartialEq for ParadigmSet
impl StructuralPartialEq for ParadigmSet
Auto Trait Implementations§
impl Freeze for ParadigmSet
impl RefUnwindSafe for ParadigmSet
impl Send for ParadigmSet
impl Sync for ParadigmSet
impl Unpin for ParadigmSet
impl UnsafeUnpin for ParadigmSet
impl UnwindSafe for ParadigmSet
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