pub struct FnAliasMapWrapper(pub FnAliasMap);Expand description
This is a wrapper struct for displaying FnAliasMap.
Tuple Fields§
§0: FnAliasMapTrait Implementations§
Auto Trait Implementations§
impl Freeze for FnAliasMapWrapper
impl RefUnwindSafe for FnAliasMapWrapper
impl Send for FnAliasMapWrapper
impl Sync for FnAliasMapWrapper
impl Unpin for FnAliasMapWrapper
impl UnwindSafe for FnAliasMapWrapper
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