pub struct ProjectionFieldDefinition { /* private fields */ }Expand description
Definition of a projection field.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionFieldDefinition
impl Clone for ProjectionFieldDefinition
Source§fn clone(&self) -> ProjectionFieldDefinition
fn clone(&self) -> ProjectionFieldDefinition
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 ProjectionFieldDefinition
impl Debug for ProjectionFieldDefinition
Auto Trait Implementations§
impl Freeze for ProjectionFieldDefinition
impl RefUnwindSafe for ProjectionFieldDefinition
impl Send for ProjectionFieldDefinition
impl Sync for ProjectionFieldDefinition
impl Unpin for ProjectionFieldDefinition
impl UnsafeUnpin for ProjectionFieldDefinition
impl UnwindSafe for ProjectionFieldDefinition
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