pub struct SchemaRow {
pub upstream_url: String,
pub method: String,
pub payload: String,
pub captured_at: i64,
pub schema_hash: String,
}Expand description
A single schema snapshot row from server_schema.
Fields§
§upstream_url: String§method: String§payload: String§captured_at: i64§schema_hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaRow
impl RefUnwindSafe for SchemaRow
impl Send for SchemaRow
impl Sync for SchemaRow
impl Unpin for SchemaRow
impl UnsafeUnpin for SchemaRow
impl UnwindSafe for SchemaRow
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