pub struct D1Result(/* private fields */);
Implementations§
source§impl D1Result
impl D1Result
Auto Trait Implementations§
impl Freeze for D1Result
impl RefUnwindSafe for D1Result
impl !Send for D1Result
impl !Sync for D1Result
impl Unpin for D1Result
impl UnwindSafe for D1Result
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