pub struct StoreResource<L, R> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<L, R> AsRef<L> for StoreResource<L, R>
impl<L, R> AsRef<L> for StoreResource<L, R>
Source§impl<L: Clone, R: Clone> Clone for StoreResource<L, R>
impl<L: Clone, R: Clone> Clone for StoreResource<L, R>
Source§fn clone(&self) -> StoreResource<L, R>
fn clone(&self) -> StoreResource<L, R>
Returns a duplicate of the value. Read more
1.0.0 · 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<L, R> Freeze for StoreResource<L, R>where
L: Freeze,
impl<L, R> RefUnwindSafe for StoreResource<L, R>where
L: RefUnwindSafe,
impl<L, R> Send for StoreResource<L, R>
impl<L, R> Sync for StoreResource<L, R>
impl<L, R> Unpin for StoreResource<L, R>where
L: Unpin,
impl<L, R> UnwindSafe for StoreResource<L, R>where
L: 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