pub struct NewSnip<'a> {
pub alias: &'a str,
pub value: &'a str,
}
Fields§
§alias: &'a str
§value: &'a str
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NewSnip<'a>
impl<'a> RefUnwindSafe for NewSnip<'a>
impl<'a> Send for NewSnip<'a>
impl<'a> Sync for NewSnip<'a>
impl<'a> Unpin for NewSnip<'a>
impl<'a> UnwindSafe for NewSnip<'a>
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more