pub struct ComponentReferencedType;
Expand description
ZST used only for Array<ComponentReferencedType>
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentReferencedType
impl RefUnwindSafe for ComponentReferencedType
impl Send for ComponentReferencedType
impl Sync for ComponentReferencedType
impl Unpin for ComponentReferencedType
impl UnwindSafe for ComponentReferencedType
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