MCPcopy Create free account

hub / github.com/cargonauts-rs/cargonauts / functions

Functions527 in github.com/cargonauts-rs/cargonauts

Functionrequest
( client: &reqwest::Client, port: u16, method: reqwest::Method, endpoint: &'static str, bo
tests/server.rs:102
Functionresource_path
(endpoint: &'static str)
src/rigging/src/routes.rs:115
Methodroutes_for_item
(vec: &mut Vec<Route>, item: &RouteItem, module: Option<&str>)
src/compass-rose/src/gen/routes.rs:100
Methodroutes_for_resource
(vec: &mut Vec<Route>, resource: &Resource, module: Option<&str>)
src/compass-rose/src/gen/routes.rs:47
Methodserialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/document.rs:28
Methodserialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/traits.rs:23
Methodserialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/attributes.rs:12
Methodserialize
(&self, serializer: S)
src/mainsail/src/formats/jsonapi/present/rels.rs:19
Functionserve
(example: &'static str, port: u16)
tests/server.rs:79
Methodset_rel_id
(&mut self, id: &<R::Related as Resource>::Identifier)
src/rigging/src/resource.rs:109
Methodset_rel_ids
(&mut self, ids: &[<R::Related as Resource>::Identifier])
src/rigging/src/resource.rs:128
Methodstore
Store a new value in the environment. If a value of this type was already stored in the environment, that previous value is returned.
src/rigging/src/environment.rs:37
Methodtimeout
An error that was cause by a timeout.
src/rigging/src/error.rs:53
Methodto_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/resource.rs:7
Methodto_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/routes.rs:21
Methodto_tokens
(&self, tokens: &mut Tokens)
src/compass-rose/src/gen/formats.rs:110
Methodto_triple
(value: Self)
src/compass-rose/src/parser.rs:4967
Functiontoml_ctor
()
src/cargonauts-config/src/tests.rs:4
Functiontrimmer
(s)
docs/api/main.js:384
Methodvisit_map
(self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/document.rs:15
Methodvisit_map
(mut self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/rels.rs:25
Methodvisit_map
(mut self, mut map: A)
src/mainsail/src/formats/jsonapi/receive/object.rs:66
Methodwith_backtrace
Construct a new error from another error type, with a backtrace provided by you (probably generated closer to the source of the error).
src/rigging/src/error.rs:48
Functionwith_clients
()
src/cargonauts-config/src/tests.rs:9
Methodwith_msg
Construct a new error with a message to provide more context. This will create a backtrace and have no underlying cause.
src/rigging/src/error.rs:35
Methodwrap
(self, service: S)
demo/todomvc/src/middleware/logging.rs:13
Methodwrite
(&self, _: Option<&Fields>)
src/mainsail/src/formats/jsonapi/present/mod.rs:21
← previous501–527 of 527, ranked by callers