pub struct ComponentBase {}Auto Trait Implementations§
impl Freeze for ComponentBase
impl RefUnwindSafe for ComponentBase
impl Send for ComponentBase
impl Sync for ComponentBase
impl Unpin for ComponentBase
impl UnsafeUnpin for ComponentBase
impl UnwindSafe for ComponentBase
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