Struct stc_ts_file_analyzer::analyzer::expr::array::GetIteratorOpts
source · [−]pub(crate) struct GetIteratorOpts {
pub disallow_str: bool,
}
Fields
disallow_str: bool
Defaults to false
.
Trait Implementations
sourceimpl Clone for GetIteratorOpts
impl Clone for GetIteratorOpts
sourcefn clone(&self) -> GetIteratorOpts
fn clone(&self) -> GetIteratorOpts
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 GetIteratorOpts
impl Debug for GetIteratorOpts
sourceimpl Default for GetIteratorOpts
impl Default for GetIteratorOpts
sourcefn default() -> GetIteratorOpts
fn default() -> GetIteratorOpts
Returns the “default value” for a type. Read more
impl Copy for GetIteratorOpts
Auto Trait Implementations
impl RefUnwindSafe for GetIteratorOpts
impl Send for GetIteratorOpts
impl Sync for GetIteratorOpts
impl Unpin for GetIteratorOpts
impl UnwindSafe for GetIteratorOpts
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