pub struct SchemaCompiled(pub Scope);Tuple Fields§
§0: ScopeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SchemaCompiled
impl !Sync for SchemaCompiled
impl !UnwindSafe for SchemaCompiled
impl Freeze for SchemaCompiled
impl Send for SchemaCompiled
impl Unpin for SchemaCompiled
impl UnsafeUnpin for SchemaCompiled
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