pub struct SchemaChangesParams {
pub proxy: Option<String>,
pub method: Option<String>,
pub limit: i64,
}Expand description
Parameters for the schema changes query.
Fields§
§proxy: Option<String>Filter to a specific proxy name. None returns all proxies.
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