Struct umm::constants::POSTGREST_CLIENT
source · pub struct POSTGREST_CLIENT {
__private_field: (),
}
Expand description
PostGrest client
Fields§
§__private_field: ()
Methods from Deref<Target = Postgrest>§
Trait Implementations§
source§impl Deref for POSTGREST_CLIENT
impl Deref for POSTGREST_CLIENT
impl LazyStatic for POSTGREST_CLIENT
Auto Trait Implementations§
impl RefUnwindSafe for POSTGREST_CLIENT
impl Send for POSTGREST_CLIENT
impl Sync for POSTGREST_CLIENT
impl Unpin for POSTGREST_CLIENT
impl UnwindSafe for POSTGREST_CLIENT
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