pub enum Emulator {
Bigtable,
Datastore {
project: String,
},
Firestore,
PubSub,
Spanner,
}Available on crate feature
google_cloud_sdk_emulators only.Variants§
Trait Implementations§
source§impl PartialEq for Emulator
impl PartialEq for Emulator
impl Eq for Emulator
impl StructuralPartialEq for Emulator
Auto Trait Implementations§
impl Freeze for Emulator
impl RefUnwindSafe for Emulator
impl Send for Emulator
impl Sync for Emulator
impl Unpin for Emulator
impl UnwindSafe for Emulator
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