Module modio::user::filters::subscriptions
source · Expand description
Subscriptions filters and sorting.
§Filters
Fulltext
Id
GameId
Status
Visible
SubmittedBy
DateAdded
DateUpdated
DateLive
MaturityOption
Name
NameId
Summary
Description
Homepage
Modfile
MetadataBlob
MetadataKVP
Tags
§Sorting
Id
Name
Downloads
Popular
Ratings
Subscribers
See the mod.io docs for more information.
By default this returns up to 100
items. you can limit the result by using limit
and
offset
.
§Example
use modio::filter::prelude::*;
use modio::user::filters::subscriptions::Id;
let filter = Id::_in(vec![1, 2]).order_by(Id::desc());
Structs§
- Unique id of the user who has ownership of the objects.