pub struct PsyXDisplayable<'a, P: DisplayWithOptions> { /* private fields */ }Implementations§
Source§impl<'a, P> PsyXDisplayable<'a, P>where
P: DisplayWithOptions,
impl<'a, P> PsyXDisplayable<'a, P>where
P: DisplayWithOptions,
pub fn wrap(p: &'a P, options: Options) -> PsyXDisplayable<'a, P>
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for PsyXDisplayable<'a, P>
impl<'a, P> RefUnwindSafe for PsyXDisplayable<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for PsyXDisplayable<'a, P>where
P: Sync,
impl<'a, P> Sync for PsyXDisplayable<'a, P>where
P: Sync,
impl<'a, P> Unpin for PsyXDisplayable<'a, P>
impl<'a, P> UnwindSafe for PsyXDisplayable<'a, P>where
P: RefUnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more