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