pub struct PsqlUnsupportedRequest {
pub reason: String,
}Fields§
§reason: StringAuto Trait Implementations§
impl Freeze for PsqlUnsupportedRequest
impl RefUnwindSafe for PsqlUnsupportedRequest
impl Send for PsqlUnsupportedRequest
impl Sync for PsqlUnsupportedRequest
impl Unpin for PsqlUnsupportedRequest
impl UnsafeUnpin for PsqlUnsupportedRequest
impl UnwindSafe for PsqlUnsupportedRequest
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