pub struct TypeQuery {
pub kind: Option<TypeKind>,
pub pattern: Option<String>,
pub top: Option<u32>,
pub cursor: Option<String>,
}Expand description
Filter for listing registered types.
Fields§
§kind: Option<TypeKind>§pattern: Option<String>GTS identifier pattern, resolved by the shared GTS implementation — never compiled to SQL text.
top: Option<u32>§cursor: Option<String>Trait Implementations§
impl StructuralPartialEq for TypeQuery
Auto Trait Implementations§
impl Freeze for TypeQuery
impl RefUnwindSafe for TypeQuery
impl Send for TypeQuery
impl Sync for TypeQuery
impl Unpin for TypeQuery
impl UnsafeUnpin for TypeQuery
impl UnwindSafe for TypeQuery
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