Struct typeql::query::ProjectionAttribute
source · pub struct ProjectionAttribute { /* private fields */ }Implementations§
source§impl ProjectionAttribute
impl ProjectionAttribute
pub fn label(self, label: impl Into<ProjectionKeyLabel>) -> Self
Trait Implementations§
source§impl Debug for ProjectionAttribute
impl Debug for ProjectionAttribute
source§impl Display for ProjectionAttribute
impl Display for ProjectionAttribute
source§impl From<&str> for ProjectionAttribute
impl From<&str> for ProjectionAttribute
source§impl<T: Into<Label>, U: Into<ProjectionKeyLabel>> From<(T, U)> for ProjectionAttribute
impl<T: Into<Label>, U: Into<ProjectionKeyLabel>> From<(T, U)> for ProjectionAttribute
source§impl From<String> for ProjectionAttribute
impl From<String> for ProjectionAttribute
source§impl PartialEq for ProjectionAttribute
impl PartialEq for ProjectionAttribute
source§fn eq(&self, other: &ProjectionAttribute) -> bool
fn eq(&self, other: &ProjectionAttribute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ProjectionAttribute
impl StructuralEq for ProjectionAttribute
impl StructuralPartialEq for ProjectionAttribute
Auto Trait Implementations§
impl RefUnwindSafe for ProjectionAttribute
impl Send for ProjectionAttribute
impl Sync for ProjectionAttribute
impl Unpin for ProjectionAttribute
impl UnwindSafe for ProjectionAttribute
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