pub type GuildRef<'a> = CacheRef<'a, GuildId, Guild, Infallible>;
struct GuildRef<'a> { /* private fields */ }