pub struct NoSchema;Expand description
No-op schema placeholder for procedures without schema validation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSchema
impl RefUnwindSafe for NoSchema
impl Send for NoSchema
impl Sync for NoSchema
impl Unpin for NoSchema
impl UnsafeUnpin for NoSchema
impl UnwindSafe for NoSchema
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