Struct rinecs::Res [−][src]
pub struct Res<'a, T>(pub &'a T);
Marker to access resources from functions that use signature to access them instead of resources parameter
Trait Implementations
impl<'a, T: 'static> DataAccesses for Res<'a, T>
[src]
impl<'a, T: 'static> DataAccesses for Res<'a, T>
[src]Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Res<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for Res<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Sync for Res<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for Res<'a, T>
impl<'a, T> UnwindSafe for Res<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,