Expand description
DTOs of PermaplanT
.
Modules§
- actions
- Contains all the actions that can be broadcasted via
crate::sse::broadcaster::Broadcaster
. - application_
settings_ impl - Contains the implementation of
ApplicationSettingDto
. - areas
- All DTOs associated with
AreaDto
. - areas_
impl - Contains the implementations related to
AreaDto
. - base_
layer_ images - base_
layer_ images_ impl - Contains the implementations related to
BaseLayerImageDto
. - blossoms_
impl - Contains the implementation of
GainedBlossoms
. - coordinates_
impl - Contains the implementation of
Coordinates
. - core
- Core DTO types, like wrappers. Used by other modules of the dto module.
- drawings
- drawings_
impl - guided_
tours_ impl - Contains the implementation of
GuidedToursDto
. - layer_
impl - Contains the implementation of
LayerDto
. - layers
- map_
collaborator_ impl - map_
impl - Contains the implementation of
MapDto
. - new_
map_ collaborator_ impl - new_
map_ impl - Contains the implementation of
NewMapDto
. - new_
seed_ impl - Contains the implementation of
NewSeedDto
. - page_
impl - Contains the implementation of
Page
. - plantings
- All DTOs associated with
PlantingDto
. - plantings_
impl - Contains the implementations related to
PlantingDto
. - plants_
impl - Contains the implementation of
PlantsSummaryDto
. - seed_
impl - Contains the implementation of
SeedDto
. - timeline
- update_
map_ geometry_ impl - Contains the implementation of
UpdateMapGeometryDto
. - update_
map_ impl - Contains the implementation of
UpdateMapDto
. - users_
impl - Contains DTO implementations for
Users
.
Structs§
- Application
Setting Dto - Application setting
- Archive
Seed Dto - Data that is required when archiving a seed.
- Config
Dto - Contains configuration the frontend needs to run.
- Connect
ToMap Query Params - Query parameters for connecting to a map.
- Coordinates
- Support struct for transmitting latitude/longitude coordinates.
- Delete
MapCollaborator Dto - Gained
Blossoms Dto - Information on a specific Blossom gained by a user.
- Guided
Tours Dto - Completion status of all Guided Tours.
- Heat
MapQuery Params - Query parameters to configure the generation of the heatmap.
- MapCollaborator
Dto - Information on user collaborating on a map.
- MapCollaborator
Search Parameters - Query params for searching map collaborators.
- MapDto
- The whole information of a map.
- MapSearch
Parameters - Query parameters for searching maps.
- NewMap
Collaborator Dto - The information of a map collaborator necessary for its creation.
- NewMap
Dto - The information of a map necessary for its creation.
- NewSeed
Dto - Page
- A page of results returned from a list endpoint.
- Page
Parameters - Query parameters paginating list endpoints.
- Plants
Search Parameters - Query parameters for searching plants.
- Plants
Summary Dto - The essential identifying information of a plant.
- Relation
Dto - Use to return a spatial relation.
- Relation
Search Parameters - Query parameters for searching spatial plant relations.
- Relations
Dto - Use to return spatial relations for the plant.
- SeedDto
- Represents seeds of a user.
- Seed
Search Parameters - Query parameters for searching seeds.
- Update
Guided Tours Dto - The information for updating an users Guided Tour status.
- Update
MapDto - The information for updating a map.
- Update
MapGeometry Dto - Data for updating a maps geometry.
- User
Search Parameters - Query params for searching users.
- Users
Dto - All of the application managed user data.