pub struct SelectionExpression { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SelectionExpression
impl Clone for SelectionExpression
Source§fn clone(&self) -> SelectionExpression
fn clone(&self) -> SelectionExpression
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 SelectionExpression
impl Debug for SelectionExpression
Source§impl Default for SelectionExpression
impl Default for SelectionExpression
Source§impl From<SelectionExpression> for SelectionExpression
impl From<SelectionExpression> for SelectionExpression
Source§fn from(value: SelectionExpression) -> Self
fn from(value: SelectionExpression) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SelectionExpression> for SelectionExpression
impl TryFrom<SelectionExpression> for SelectionExpression
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SelectionExpression) -> Result<Self, ConversionError>
fn try_from(value: SelectionExpression) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SelectionExpression
impl RefUnwindSafe for SelectionExpression
impl Send for SelectionExpression
impl Sync for SelectionExpression
impl Unpin for SelectionExpression
impl UnwindSafe for SelectionExpression
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