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