pub struct ZodSchema {
pub content: String,
}Fields§
§content: StringAuto Trait Implementations§
impl Freeze for ZodSchema
impl RefUnwindSafe for ZodSchema
impl Send for ZodSchema
impl Sync for ZodSchema
impl Unpin for ZodSchema
impl UnwindSafe for ZodSchema
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