Struct typemap::VacantEntry
[-] [+]
[src]
pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { // some fields omitted }
A view onto an unoccupied entry in a TypeMap.
pub struct VacantEntry<'a, K, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> { // some fields omitted }
A view onto an unoccupied entry in a TypeMap.
impl<'a, K: Key, A: ?Sized + UnsafeAnyExt> VacantEntry<'a, K, A>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).