pub struct OperationSchemaContract { /* private fields */ }Expand description
One compiled parameter or result schema bound to a canonical operation.
Implementations§
Auto Trait Implementations§
impl Freeze for OperationSchemaContract
impl !RefUnwindSafe for OperationSchemaContract
impl Send for OperationSchemaContract
impl Sync for OperationSchemaContract
impl Unpin for OperationSchemaContract
impl UnsafeUnpin for OperationSchemaContract
impl !UnwindSafe for OperationSchemaContract
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