pub struct JsonOp {
pub op: Op,
pub glob: Option<String>,
}Expand description
A single operation in a JSON request, with per-operation glob.
Fields§
§op: Op§glob: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for JsonOp
impl<'de> Deserialize<'de> for JsonOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JsonOp
impl RefUnwindSafe for JsonOp
impl Send for JsonOp
impl Sync for JsonOp
impl Unpin for JsonOp
impl UnsafeUnpin for JsonOp
impl UnwindSafe for JsonOp
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