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