pub struct InstanceQuery {
pub pattern: Option<String>,
}Expand description
Query parameters for listing GTS instances.
Fields§
§pattern: Option<String>Optional GTS wildcard pattern (e.g. gts.acme.events.user.v1~*).
Implementations§
Trait Implementations§
Source§impl Clone for InstanceQuery
impl Clone for InstanceQuery
Source§fn clone(&self) -> InstanceQuery
fn clone(&self) -> InstanceQuery
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 InstanceQuery
impl Debug for InstanceQuery
Source§impl Default for InstanceQuery
impl Default for InstanceQuery
Source§fn default() -> InstanceQuery
fn default() -> InstanceQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for InstanceQuery
impl PartialEq for InstanceQuery
impl Eq for InstanceQuery
impl StructuralPartialEq for InstanceQuery
Auto Trait Implementations§
impl Freeze for InstanceQuery
impl RefUnwindSafe for InstanceQuery
impl Send for InstanceQuery
impl Sync for InstanceQuery
impl Unpin for InstanceQuery
impl UnsafeUnpin for InstanceQuery
impl UnwindSafe for InstanceQuery
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.