pub struct CHR<O> { /* private fields */ }Implementations§
Source§impl<O> CHR<O>
 
impl<O> CHR<O>
pub fn with_header(self, key: HeaderName, value: HeaderValue) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<O> Freeze for CHR<O>where
    O: Freeze,
impl<O> RefUnwindSafe for CHR<O>where
    O: RefUnwindSafe,
impl<O> Send for CHR<O>where
    O: Send,
impl<O> Sync for CHR<O>where
    O: Sync,
impl<O> Unpin for CHR<O>where
    O: Unpin,
impl<O> UnwindSafe for CHR<O>where
    O: UnwindSafe,
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