pub enum ResourceMappingEntry<R, V> {
Resource(ID<R>),
VirtualResource(ID<V>, ID<R>),
}Variants§
Implementations§
source§impl<R, V> ResourceMappingEntry<R, V>
impl<R, V> ResourceMappingEntry<R, V>
Trait Implementations§
source§impl<R, V> Clone for ResourceMappingEntry<R, V>
impl<R, V> Clone for ResourceMappingEntry<R, V>
Auto Trait Implementations§
impl<R, V> RefUnwindSafe for ResourceMappingEntry<R, V>
impl<R, V> Send for ResourceMappingEntry<R, V>
impl<R, V> Sync for ResourceMappingEntry<R, V>
impl<R, V> Unpin for ResourceMappingEntry<R, V>
impl<R, V> UnwindSafe for ResourceMappingEntry<R, V>
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