pub struct RawSqlProjection {
pub property_name: String,
pub raw_sql_segment: String,
}Fields§
§property_name: String§raw_sql_segment: StringImplementations§
Trait Implementations§
Source§impl Clone for RawSqlProjection
impl Clone for RawSqlProjection
Source§fn clone(&self) -> RawSqlProjection
fn clone(&self) -> RawSqlProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawSqlProjection
impl Debug for RawSqlProjection
Source§impl PartialEq for RawSqlProjection
impl PartialEq for RawSqlProjection
Source§fn eq(&self, other: &RawSqlProjection) -> bool
fn eq(&self, other: &RawSqlProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RawSqlProjection
impl StructuralPartialEq for RawSqlProjection
Auto Trait Implementations§
impl Freeze for RawSqlProjection
impl RefUnwindSafe for RawSqlProjection
impl Send for RawSqlProjection
impl Sync for RawSqlProjection
impl Unpin for RawSqlProjection
impl UnsafeUnpin for RawSqlProjection
impl UnwindSafe for RawSqlProjection
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