pub struct ContextResourceKey {
pub slot: ContextSlot,
pub id: String,
}Fields§
§slot: ContextSlot§id: StringTrait Implementations§
Source§impl Clone for ContextResourceKey
impl Clone for ContextResourceKey
Source§fn clone(&self) -> ContextResourceKey
fn clone(&self) -> ContextResourceKey
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 moreSource§impl Debug for ContextResourceKey
impl Debug for ContextResourceKey
impl Eq for ContextResourceKey
Source§impl PartialEq for ContextResourceKey
impl PartialEq for ContextResourceKey
impl StructuralPartialEq for ContextResourceKey
Auto Trait Implementations§
impl Freeze for ContextResourceKey
impl RefUnwindSafe for ContextResourceKey
impl Send for ContextResourceKey
impl Sync for ContextResourceKey
impl Unpin for ContextResourceKey
impl UnsafeUnpin for ContextResourceKey
impl UnwindSafe for ContextResourceKey
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