pub struct UnsafeRawSqlSegment { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UnsafeRawSqlSegment
impl Clone for UnsafeRawSqlSegment
Source§fn clone(&self) -> UnsafeRawSqlSegment
fn clone(&self) -> UnsafeRawSqlSegment
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 UnsafeRawSqlSegment
impl Debug for UnsafeRawSqlSegment
impl Eq for UnsafeRawSqlSegment
Source§impl PartialEq for UnsafeRawSqlSegment
impl PartialEq for UnsafeRawSqlSegment
Source§fn eq(&self, other: &UnsafeRawSqlSegment) -> bool
fn eq(&self, other: &UnsafeRawSqlSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnsafeRawSqlSegment
Auto Trait Implementations§
impl Freeze for UnsafeRawSqlSegment
impl RefUnwindSafe for UnsafeRawSqlSegment
impl Send for UnsafeRawSqlSegment
impl Sync for UnsafeRawSqlSegment
impl Unpin for UnsafeRawSqlSegment
impl UnsafeUnpin for UnsafeRawSqlSegment
impl UnwindSafe for UnsafeRawSqlSegment
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