pub struct PrintAs<G, P>(pub G, pub P);Tuple Fields§
§0: G§1: PTrait Implementations§
Auto Trait Implementations§
impl<G, P> Freeze for PrintAs<G, P>
impl<G, P> RefUnwindSafe for PrintAs<G, P>where
G: RefUnwindSafe,
P: RefUnwindSafe,
impl<G, P> Send for PrintAs<G, P>
impl<G, P> Sync for PrintAs<G, P>
impl<G, P> Unpin for PrintAs<G, P>
impl<G, P> UnsafeUnpin for PrintAs<G, P>where
G: UnsafeUnpin,
P: UnsafeUnpin,
impl<G, P> UnwindSafe for PrintAs<G, P>where
G: UnwindSafe,
P: UnwindSafe,
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