Struct typeql::query::TypeQLUndefine
source · pub struct TypeQLUndefine { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for TypeQLUndefine
impl Debug for TypeQLUndefine
source§impl Default for TypeQLUndefine
impl Default for TypeQLUndefine
source§fn default() -> TypeQLUndefine
fn default() -> TypeQLUndefine
Returns the “default value” for a type. Read more
source§impl Display for TypeQLUndefine
impl Display for TypeQLUndefine
source§impl From<TypeQLUndefine> for Query
impl From<TypeQLUndefine> for Query
source§fn from(x: TypeQLUndefine) -> Self
fn from(x: TypeQLUndefine) -> Self
Converts to this type from the input type.
source§impl PartialEq for TypeQLUndefine
impl PartialEq for TypeQLUndefine
source§fn eq(&self, other: &TypeQLUndefine) -> bool
fn eq(&self, other: &TypeQLUndefine) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Validatable for TypeQLUndefine
impl Validatable for TypeQLUndefine
impl Eq for TypeQLUndefine
impl StructuralEq for TypeQLUndefine
impl StructuralPartialEq for TypeQLUndefine
Auto Trait Implementations§
impl RefUnwindSafe for TypeQLUndefine
impl Send for TypeQLUndefine
impl Sync for TypeQLUndefine
impl Unpin for TypeQLUndefine
impl UnwindSafe for TypeQLUndefine
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