pub struct ComponentReferencedTypes;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentReferencedTypes
impl RefUnwindSafe for ComponentReferencedTypes
impl Send for ComponentReferencedTypes
impl Sync for ComponentReferencedTypes
impl Unpin for ComponentReferencedTypes
impl UnwindSafe for ComponentReferencedTypes
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