pub struct StdFn {
pub module: &'static str,
pub name: &'static str,
pub rust_path: &'static str,
}Fields§
§module: &'static str§name: &'static str§rust_path: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for StdFn
impl RefUnwindSafe for StdFn
impl Send for StdFn
impl Sync for StdFn
impl Unpin for StdFn
impl UnsafeUnpin for StdFn
impl UnwindSafe for StdFn
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