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