Struct modio::mods::ModRef[][src]

pub struct ModRef<C> where
    C: Clone + Connect + 'static, 
{ /* fields omitted */ }

Reference interface of a mod.

Methods

impl<C: Clone + Connect + 'static> ModRef<C>
[src]

Get a reference to the Modio mod object that this ModRef refers to.

Return a reference to an interface that provides access to the files of a mod.

Return a reference to a file of a mod.

Return a reference to an interface to manage metadata key value pairs of a mod.

Return a reference to an interface to manage the tags of a mod.

Return a reference to an interface that provides access to the comments of a mod.

Return a reference to an interface to manage the dependencies of a mod.

Return the statistics for a mod.

Return the event log for a mod sorted by latest event first.

Return a reference to an interface to manage team members of a mod.

Edit details for a mod.

Add new media to a mod.

Delete media from a mod.

Submit a positive or negative rating for a mod.

Subscribe the authenticated user to a mod.

Unsubscribe the authenticated user from a mod.

Auto Trait Implementations

impl<C> Send for ModRef<C>

impl<C> Sync for ModRef<C>