Struct stc_ts_dts_mutations::ClassPropMut
source · [−]Fields
ty: Option<Type>
Trait Implementations
sourceimpl Default for ClassPropMut
impl Default for ClassPropMut
sourcefn default() -> ClassPropMut
fn default() -> ClassPropMut
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClassPropMut
impl Send for ClassPropMut
impl Sync for ClassPropMut
impl Unpin for ClassPropMut
impl UnwindSafe for ClassPropMut
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