Struct stc_ts_file_analyzer::analyzer::expr::call_new::SelectOpts
source · [−]struct SelectOpts {
skip_check_for_overloads: bool,
}
Fields
skip_check_for_overloads: bool
Defaults to false.
Trait Implementations
sourceimpl Clone for SelectOpts
impl Clone for SelectOpts
sourcefn clone(&self) -> SelectOpts
fn clone(&self) -> SelectOpts
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SelectOpts
impl Debug for SelectOpts
sourceimpl Default for SelectOpts
impl Default for SelectOpts
sourcefn default() -> SelectOpts
fn default() -> SelectOpts
Returns the “default value” for a type. Read more
impl Copy for SelectOpts
Auto Trait Implementations
impl RefUnwindSafe for SelectOpts
impl Send for SelectOpts
impl Sync for SelectOpts
impl Unpin for SelectOpts
impl UnwindSafe for SelectOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more