Struct stc_ts_generics::ExpandGenericOpts
source · [−]pub struct ExpandGenericOpts {
pub ignore_values: bool,
}
Fields
ignore_values: bool
Trait Implementations
sourceimpl Clone for ExpandGenericOpts
impl Clone for ExpandGenericOpts
sourcefn clone(&self) -> ExpandGenericOpts
fn clone(&self) -> ExpandGenericOpts
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 ExpandGenericOpts
impl Debug for ExpandGenericOpts
sourceimpl Default for ExpandGenericOpts
impl Default for ExpandGenericOpts
sourcefn default() -> ExpandGenericOpts
fn default() -> ExpandGenericOpts
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ExpandGenericOpts> for ExpandGenericOpts
impl PartialEq<ExpandGenericOpts> for ExpandGenericOpts
sourcefn eq(&self, other: &ExpandGenericOpts) -> bool
fn eq(&self, other: &ExpandGenericOpts) -> bool
sourceimpl TypeEq for ExpandGenericOpts
impl TypeEq for ExpandGenericOpts
impl Copy for ExpandGenericOpts
impl Eq for ExpandGenericOpts
impl StructuralEq for ExpandGenericOpts
impl StructuralPartialEq for ExpandGenericOpts
Auto Trait Implementations
impl RefUnwindSafe for ExpandGenericOpts
impl Send for ExpandGenericOpts
impl Sync for ExpandGenericOpts
impl Unpin for ExpandGenericOpts
impl UnwindSafe for ExpandGenericOpts
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.