pub struct LiteralSchema {
pub expected: Value,
}Fields§
§expected: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for LiteralSchema
impl RefUnwindSafe for LiteralSchema
impl Send for LiteralSchema
impl Sync for LiteralSchema
impl Unpin for LiteralSchema
impl UnsafeUnpin for LiteralSchema
impl UnwindSafe for LiteralSchema
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