Struct chamber_core::postgres::SingleValue
source · pub struct SingleValue(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SingleValue
impl Send for SingleValue
impl Sync for SingleValue
impl Unpin for SingleValue
impl UnwindSafe for SingleValue
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