pub struct StoreInfo {
pub discoverability: DiscoverabilitySupport,
}
Expand description
A struct that defines the capabilities of a store.
Fields§
§discoverability: DiscoverabilitySupport
How the store handles discoverability.
Auto Trait Implementations§
impl Freeze for StoreInfo
impl RefUnwindSafe for StoreInfo
impl Send for StoreInfo
impl Sync for StoreInfo
impl Unpin for StoreInfo
impl UnwindSafe for StoreInfo
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