Struct futures_shuttle::ShuttleValue
[−]
[src]
pub struct ShuttleValue<'a, T: 'a> { /* fields omitted */ }ShuttleValue is a guard for the object inside Shuttle, much like MutexGuard' forMutex`.
Trait Implementations
impl<'a, T: 'a + Debug> Debug for ShuttleValue<'a, T>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<'a, T: 'a> Deref for ShuttleValue<'a, T>[src]
type Target = T
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
Dereferences the value.
impl<'a, T: 'a> DerefMut for ShuttleValue<'a, T>[src]
impl<'a, T, U> PartialEq<U> for ShuttleValue<'a, T> where
T: PartialEq<U>, [src]
T: PartialEq<U>,
Auto Trait Implementations
impl<'a, T> !Send for ShuttleValue<'a, T>
impl<'a, T> Sync for ShuttleValue<'a, T> where
T: Sync,
T: Sync,