pub struct RawProjection {
pub property_name: String,
pub raw_sql_segment: String,
}Fields§
§property_name: String§raw_sql_segment: StringImplementations§
Source§impl RawProjection
impl RawProjection
pub fn new( property_name: impl Into<String>, raw_sql_segment: UnsafeRawSqlSegment, ) -> Self
Trait Implementations§
Source§impl Clone for RawProjection
impl Clone for RawProjection
Source§fn clone(&self) -> RawProjection
fn clone(&self) -> RawProjection
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 RawProjection
impl Debug for RawProjection
impl Eq for RawProjection
Source§impl PartialEq for RawProjection
impl PartialEq for RawProjection
impl StructuralPartialEq for RawProjection
Auto Trait Implementations§
impl Freeze for RawProjection
impl RefUnwindSafe for RawProjection
impl Send for RawProjection
impl Sync for RawProjection
impl Unpin for RawProjection
impl UnsafeUnpin for RawProjection
impl UnwindSafe for RawProjection
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