pub struct DefaultActionSet(/* private fields */);Implementations§
Source§impl DefaultActionSet
impl DefaultActionSet
pub fn insert(&mut self, action: DefaultAction)
pub fn contains(self, action: DefaultAction) -> bool
Trait Implementations§
Source§impl Clone for DefaultActionSet
impl Clone for DefaultActionSet
Source§fn clone(&self) -> DefaultActionSet
fn clone(&self) -> DefaultActionSet
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 DefaultActionSet
Source§impl Debug for DefaultActionSet
impl Debug for DefaultActionSet
Source§impl Default for DefaultActionSet
impl Default for DefaultActionSet
Source§fn default() -> DefaultActionSet
fn default() -> DefaultActionSet
Returns the “default value” for a type. Read more
impl Eq for DefaultActionSet
Source§impl PartialEq for DefaultActionSet
impl PartialEq for DefaultActionSet
Source§fn eq(&self, other: &DefaultActionSet) -> bool
fn eq(&self, other: &DefaultActionSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefaultActionSet
Auto Trait Implementations§
impl Freeze for DefaultActionSet
impl RefUnwindSafe for DefaultActionSet
impl Send for DefaultActionSet
impl Sync for DefaultActionSet
impl Unpin for DefaultActionSet
impl UnsafeUnpin for DefaultActionSet
impl UnwindSafe for DefaultActionSet
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