pub struct SchemaBundle {
pub manager: ManagerMetadata,
pub manifest: LayoutManifest,
}Expand description
Unified schema payload tying runtime identity to rich manifest metadata.
Fields§
§manager: ManagerMetadata§manifest: LayoutManifestTrait Implementations§
Source§impl Clone for SchemaBundle
impl Clone for SchemaBundle
Source§fn clone(&self) -> SchemaBundle
fn clone(&self) -> SchemaBundle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaBundle
impl Debug for SchemaBundle
impl Copy for SchemaBundle
Auto Trait Implementations§
impl Freeze for SchemaBundle
impl RefUnwindSafe for SchemaBundle
impl Send for SchemaBundle
impl Sync for SchemaBundle
impl Unpin for SchemaBundle
impl UnsafeUnpin for SchemaBundle
impl UnwindSafe for SchemaBundle
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