pub struct DisplayFnName(pub FnPtr, pub Ident);
Tuple Fields§
§0: FnPtr
§1: Ident
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayFnName
impl RefUnwindSafe for DisplayFnName
impl Send for DisplayFnName
impl Sync for DisplayFnName
impl Unpin for DisplayFnName
impl UnwindSafe for DisplayFnName
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