[][src]Module rhymer::object

Object.

Structs

Object

Object instance.

Traits

ObjectTrait

Object trait used to generalize operations between objects and users.

Functions

create

Create an object in specific class, used by RESTFul API.

delete

Delete an object in class by id, used by RESTFul API.

retrieve

TODO: use Query instead of directly query db.

retrieve_by_filter

TODO: Query instead of directly query db.

update

Update an object with id in class, used by RESTFul API.