pub struct FuncProto { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncProto
impl RefUnwindSafe for FuncProto
impl Send for FuncProto
impl Sync for FuncProto
impl Unpin for FuncProto
impl UnwindSafe for FuncProto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more