pub struct SelectionControl(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitAnd for SelectionControl
impl BitAnd for SelectionControl
Source§impl BitOr for SelectionControl
impl BitOr for SelectionControl
Source§impl Clone for SelectionControl
impl Clone for SelectionControl
Source§fn clone(&self) -> SelectionControl
fn clone(&self) -> SelectionControl
Returns a duplicate 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 SelectionControl
impl Debug for SelectionControl
Source§impl Display for SelectionControl
impl Display for SelectionControl
Source§impl PartialEq for SelectionControl
impl PartialEq for SelectionControl
impl Copy for SelectionControl
impl Eq for SelectionControl
impl StructuralPartialEq for SelectionControl
Auto Trait Implementations§
impl Freeze for SelectionControl
impl RefUnwindSafe for SelectionControl
impl Send for SelectionControl
impl Sync for SelectionControl
impl Unpin for SelectionControl
impl UnsafeUnpin for SelectionControl
impl UnwindSafe for SelectionControl
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§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.