pub struct FieldPlan {
pub name: String,
pub op: CodecOp,
}Expand description
One field of a struct, in wire (declaration) order.
Fields§
§name: StringThe source field/argument name (backends apply their own casing).
op: CodecOpThe codec for this field’s value.
Trait Implementations§
impl Eq for FieldPlan
impl StructuralPartialEq for FieldPlan
Auto Trait Implementations§
impl Freeze for FieldPlan
impl RefUnwindSafe for FieldPlan
impl Send for FieldPlan
impl Sync for FieldPlan
impl Unpin for FieldPlan
impl UnsafeUnpin for FieldPlan
impl UnwindSafe for FieldPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.