pub enum SpecsAdapterType {
NetworkGrpcWebsocket,
NetworkHttp,
DataStore,
}
Variants§
Trait Implementations§
Source§impl Clone for SpecsAdapterType
impl Clone for SpecsAdapterType
Source§fn clone(&self) -> SpecsAdapterType
fn clone(&self) -> SpecsAdapterType
Returns a copy 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 moreSource§impl Debug for SpecsAdapterType
impl Debug for SpecsAdapterType
Source§impl From<String> for SpecsAdapterType
impl From<String> for SpecsAdapterType
Auto Trait Implementations§
impl Freeze for SpecsAdapterType
impl RefUnwindSafe for SpecsAdapterType
impl Send for SpecsAdapterType
impl Sync for SpecsAdapterType
impl Unpin for SpecsAdapterType
impl UnwindSafe for SpecsAdapterType
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