pub struct Functions { /* private fields */ }Implementations§
Source§impl Functions
impl Functions
pub fn app(&self) -> &FirebaseApp
pub fn region(&self) -> &str
pub fn https_callable<T>(
&self,
name: &str,
) -> FunctionsResult<CallableFunction<T>>where
T: DeserializeOwned + Serialize + 'static,
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Functions
impl RefUnwindSafe for Functions
impl Send for Functions
impl Sync for Functions
impl Unpin for Functions
impl UnwindSafe for Functions
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