Expand description
A prelude
for using common filters and importing traits.
use modio::filter::prelude::*;
Re-exports§
pub use super::BitwiseAnd;
pub use super::Cmp;
pub use super::OrderBy;
pub use super::Eq;
pub use super::NotEq;
pub use super::In;
pub use super::NotIn;
pub use super::Like;
pub use super::NotLike;
pub use super::Filter;
pub use super::OneOrMany;
Structs§
- Unique id of the user who has ownership of the objects.
Functions§
- Create a
Filter
with a limit to paginate through results. - Create a
Filter
with an offset to paginate through results.