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