pub struct SchemaParser<T> {
pub instructions: String,
/* private fields */
}Fields§
§instructions: StringImplementations§
Trait Implementations§
Source§impl<T: DeserializeOwned + Send + Sync + 'static> Parser<T> for SchemaParser<T>
impl<T: DeserializeOwned + Send + Sync + 'static> Parser<T> for SchemaParser<T>
Auto Trait Implementations§
impl<T> Freeze for SchemaParser<T>
impl<T> RefUnwindSafe for SchemaParser<T>
impl<T> Send for SchemaParser<T>
impl<T> Sync for SchemaParser<T>
impl<T> Unpin for SchemaParser<T>
impl<T> UnsafeUnpin for SchemaParser<T>
impl<T> UnwindSafe for SchemaParser<T>
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