pub struct DataConnectService { /* private fields */ }Implementations§
Source§impl DataConnectService
impl DataConnectService
pub fn app(&self) -> &FirebaseApp
pub fn endpoint(&self) -> Option<&str>
pub fn execute(&self, request: QueryRequest) -> DataConnectResult<QueryResponse>
Trait Implementations§
Source§impl Clone for DataConnectService
impl Clone for DataConnectService
Source§fn clone(&self) -> DataConnectService
fn clone(&self) -> DataConnectService
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataConnectService
impl RefUnwindSafe for DataConnectService
impl Send for DataConnectService
impl Sync for DataConnectService
impl Unpin for DataConnectService
impl UnwindSafe for DataConnectService
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