pub struct Generic<'a> { /* private fields */ }
Expand description
Generic structure for types that do not required a dedicated interface
Trait Implementations§
§impl DwarfType for Generic<'_>
impl DwarfType for Generic<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Generic<'a>
impl<'a> !Send for Generic<'a>
impl<'a> !Sync for Generic<'a>
impl<'a> Unpin for Generic<'a>
impl<'a> UnwindSafe for Generic<'a>
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