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