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