pub struct TypeSchemaQuery {
pub pattern: Option<String>,
}Expand description
Query parameters for listing GTS type-schemas.
Fields§
§pattern: Option<String>Optional GTS wildcard pattern (e.g. gts.acme.*).
Implementations§
Trait Implementations§
Source§impl Clone for TypeSchemaQuery
impl Clone for TypeSchemaQuery
Source§fn clone(&self) -> TypeSchemaQuery
fn clone(&self) -> TypeSchemaQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TypeSchemaQuery
impl Debug for TypeSchemaQuery
Source§impl Default for TypeSchemaQuery
impl Default for TypeSchemaQuery
Source§fn default() -> TypeSchemaQuery
fn default() -> TypeSchemaQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for TypeSchemaQuery
impl PartialEq for TypeSchemaQuery
impl Eq for TypeSchemaQuery
impl StructuralPartialEq for TypeSchemaQuery
Auto Trait Implementations§
impl Freeze for TypeSchemaQuery
impl RefUnwindSafe for TypeSchemaQuery
impl Send for TypeSchemaQuery
impl Sync for TypeSchemaQuery
impl Unpin for TypeSchemaQuery
impl UnsafeUnpin for TypeSchemaQuery
impl UnwindSafe for TypeSchemaQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.