pub struct SchemaMetadataInit(pub fn() -> SchemaMetadata);Expand description
Function-pointer wrapper collected by inventory.
Tuple Fields§
§0: fn() -> SchemaMetadataTrait Implementations§
impl Collect for SchemaMetadataInit
Auto Trait Implementations§
impl Freeze for SchemaMetadataInit
impl RefUnwindSafe for SchemaMetadataInit
impl Send for SchemaMetadataInit
impl Sync for SchemaMetadataInit
impl Unpin for SchemaMetadataInit
impl UnsafeUnpin for SchemaMetadataInit
impl UnwindSafe for SchemaMetadataInit
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