pub struct Expression { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for Expression
impl Debug for Expression
source§impl<'bytes, Ctx> Decode<'bytes, Ctx> for Expression
impl<'bytes, Ctx> Decode<'bytes, Ctx> for Expression
source§impl<Ctx> Encode<Ctx> for Expression
impl<Ctx> Encode<Ctx> for Expression
Auto Trait Implementations§
impl RefUnwindSafe for Expression
impl Send for Expression
impl Sync for Expression
impl Unpin for Expression
impl UnwindSafe for Expression
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