Struct gluon_base::types::DisplayType
source · pub struct DisplayType<'a, T: 'a> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for DisplayType<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for DisplayType<'a, T>where
T: Sync,
impl<'a, T> Sync for DisplayType<'a, T>where
T: Sync,
impl<'a, T> Unpin for DisplayType<'a, T>
impl<'a, T> UnwindSafe for DisplayType<'a, T>where
T: RefUnwindSafe,
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