pub struct StateDescriptorRegistry { /* private fields */ }Implementations§
Source§impl StateDescriptorRegistry
impl StateDescriptorRegistry
pub fn descriptor( &self, key: StateAllocationKey, ) -> Option<&StateAllocationDescriptor>
pub fn descriptors(&self) -> impl Iterator<Item = &StateAllocationDescriptor>
Trait Implementations§
Source§impl Clone for StateDescriptorRegistry
impl Clone for StateDescriptorRegistry
Source§fn clone(&self) -> StateDescriptorRegistry
fn clone(&self) -> StateDescriptorRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StateDescriptorRegistry
impl RefUnwindSafe for StateDescriptorRegistry
impl Send for StateDescriptorRegistry
impl Sync for StateDescriptorRegistry
impl Unpin for StateDescriptorRegistry
impl UnsafeUnpin for StateDescriptorRegistry
impl UnwindSafe for StateDescriptorRegistry
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