pub struct SchemaParams {
pub proxy: Option<String>,
pub method: Option<String>,
}Expand description
Parameters for the schema snapshot query.
Fields§
§proxy: Option<String>Filter to a specific proxy name. None returns all proxies.
method: Option<String>Auto Trait Implementations§
impl Freeze for SchemaParams
impl RefUnwindSafe for SchemaParams
impl Send for SchemaParams
impl Sync for SchemaParams
impl Unpin for SchemaParams
impl UnsafeUnpin for SchemaParams
impl UnwindSafe for SchemaParams
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