Struct state_objects::Set
source · pub struct Set<K> { /* private fields */ }Expand description
A set of keys in storage.
Auto Trait Implementations§
impl<K> Freeze for Set<K>
impl<K> RefUnwindSafe for Set<K>where
K: RefUnwindSafe,
impl<K> Send for Set<K>where
K: Send,
impl<K> Sync for Set<K>where
K: Sync,
impl<K> Unpin for Set<K>where
K: Unpin,
impl<K> UnwindSafe for Set<K>where
K: UnwindSafe,
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