pub struct PostgrestClient {
pub url: String,
}Fields§
§url: StringImplementations§
Auto Trait Implementations§
impl Freeze for PostgrestClient
impl RefUnwindSafe for PostgrestClient
impl Send for PostgrestClient
impl Sync for PostgrestClient
impl Unpin for PostgrestClient
impl UnwindSafe for PostgrestClient
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