pub struct SchemaChangesParams {
pub upstream_url: Option<String>,
pub method: Option<String>,
pub limit: i64,
}Expand description
Parameters for the schema changes query.
Fields§
§upstream_url: Option<String>§method: Option<String>§limit: i64Auto Trait Implementations§
impl Freeze for SchemaChangesParams
impl RefUnwindSafe for SchemaChangesParams
impl Send for SchemaChangesParams
impl Sync for SchemaChangesParams
impl Unpin for SchemaChangesParams
impl UnsafeUnpin for SchemaChangesParams
impl UnwindSafe for SchemaChangesParams
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