Struct tinyecs::ComponentGuard [] [src]

pub struct ComponentGuard<'a, T: Any> { /* fields omitted */ }

Trait Implementations

impl<'a, T: Any> Deref for ComponentGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: Any> DerefMut for ComponentGuard<'a, T>
[src]

The method called to mutably dereference a value

impl<'a, T: Any> Drop for ComponentGuard<'a, T>
[src]

A method called when the value goes out of scope. Read more