pub struct PreparedSchemaPlan {
pub schemas: Vec<Schema>,
pub root: TypeRef,
}Expand description
Structured schema plan computed before send ordering is known.
Fields§
§schemas: Vec<Schema>§root: TypeRefImplementations§
Source§impl PreparedSchemaPlan
impl PreparedSchemaPlan
pub fn to_cbor(&self) -> CborPayload
Trait Implementations§
Source§impl Clone for PreparedSchemaPlan
impl Clone for PreparedSchemaPlan
Source§fn clone(&self) -> PreparedSchemaPlan
fn clone(&self) -> PreparedSchemaPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PreparedSchemaPlan
impl RefUnwindSafe for PreparedSchemaPlan
impl Send for PreparedSchemaPlan
impl Sync for PreparedSchemaPlan
impl Unpin for PreparedSchemaPlan
impl UnsafeUnpin for PreparedSchemaPlan
impl UnwindSafe for PreparedSchemaPlan
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