Struct specs::FetchId [] [src]

pub struct FetchId<'a> { /* fields omitted */ }

Return value of Resources::fetch_id.

Methods from Deref<Target = Resource + 'static>

Returns true if the boxed type is the same as T

Returns some reference to the boxed value if it is of type T, or None if it isn't.

Returns a reference to the boxed value, blindly assuming it to be of type T. If you are not absolutely certain of T, you must not call this.

Trait Implementations

impl<'a> Deref for FetchId<'a>
[src]

The resulting type after dereferencing

The method called to dereference a value