Struct libmedium::Data [−][src]
pub struct Data {
pub client: Client,
cache: Db,
pub posts: Tree,
}
Fields
client: Client
cache: Db
posts: Tree
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Data
impl !UnwindSafe for Data
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more