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