pub struct DisplayFunctionSpec<'a>(/* private fields */);
Expand description
Wrapper type capable of displaying a ’Function’s name and signature.
Trait Implementations§
Source§impl<'a> Debug for DisplayFunctionSpec<'a>
impl<'a> Debug for DisplayFunctionSpec<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayFunctionSpec<'a>
impl<'a> RefUnwindSafe for DisplayFunctionSpec<'a>
impl<'a> Send for DisplayFunctionSpec<'a>
impl<'a> Sync for DisplayFunctionSpec<'a>
impl<'a> Unpin for DisplayFunctionSpec<'a>
impl<'a> UnwindSafe for DisplayFunctionSpec<'a>
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