pub struct SchemaUnusedParams {
pub proxy: Option<String>,
pub since_ts: i64,
}Expand description
Parameters for the unused tools query.
Fields§
§proxy: Option<String>§since_ts: i64Auto Trait Implementations§
impl Freeze for SchemaUnusedParams
impl RefUnwindSafe for SchemaUnusedParams
impl Send for SchemaUnusedParams
impl Sync for SchemaUnusedParams
impl Unpin for SchemaUnusedParams
impl UnsafeUnpin for SchemaUnusedParams
impl UnwindSafe for SchemaUnusedParams
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