Struct firebase_rs::Firebase [−][src]
pub struct Firebase { /* fields omitted */ }Implementations
pub async fn request_generic<T>(
&self,
method: Method
) -> Result<T, RequestError> where
T: Serialize + DeserializeOwned + Debug,
pub async fn set<T>(&self, data: &T) -> Result<Response, RequestError> where
T: Serialize + DeserializeOwned + Debug,
pub async fn get_generic<T>(&self) -> Result<T, RequestError> where
T: Serialize + DeserializeOwned + Debug,
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Firebase
impl UnwindSafe for Firebase
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
