pub struct SchemaParams {
pub upstream_url: Option<String>,
pub method: Option<String>,
}Expand description
Parameters for the schema snapshot query.
Fields§
§upstream_url: Option<String>§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