Home
last modified time | relevance | path

Searched defs:Rejection (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/filters/
H A Dmethod.rs24 F::Error: CombineRejection<Rejection>, in get()
25 <F::Error as CombineRejection<Rejection>>::Rejection: CombineRejection<Rejection>, in get()
35 F::Error: CombineRejection<Rejection>, in post()
36 <F::Error as CombineRejection<Rejection>>::Rejection: CombineRejection<Rejection>, in post()
46 F::Error: CombineRejection<Rejection>, in put()
47 <F::Error as CombineRejection<Rejection>>::Rejection: CombineRejection<Rejection>, in put()
57 F::Error: CombineRejection<Rejection>, in delete()
58 <F::Error as CombineRejection<Rejection>>::Rejection: CombineRejection<Rejection>, in delete()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/samplemv/
H A Dsamplemv.go176 type Rejection struct { struct
177 C float64
178 Target distmv.LogProber
179 Proposal distmv.RandLogProber
180 Src rand.Source
182 err error
183 proposed int
188 func (r *Rejection) Err() error {
194 func (r *Rejection) Proposed() int {
202 func (r *Rejection) Sample(batch *mat.Dense) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/samplemv/
H A Dsamplemv.go178 type Rejection struct { struct
179 C float64
180 Target distmv.LogProber
181 Proposal distmv.RandLogProber
182 Src rand.Source
184 err error
185 proposed int
190 func (r *Rejection) Err() error {
196 func (r *Rejection) Proposed() int {
204 func (r *Rejection) Sample(batch *mat.Dense) {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/
H A Dreject.rs155 pub struct Rejection { struct
170 With(Rejection, Cause), argument
175 impl Rejection { implementation
304 impl From<Never> for Rejection { implementation
325 impl Reject for Rejection { implementation
349 impl fmt::Debug for Rejection { implementation
366 impl serde::Serialize for Rejection { implementation
690 type Rejection = Rejection; typedef
710 type Rejection = Rejection; typedef
718 type Rejection = Rejection; typedef
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/sampleuv/
H A Dsample.go165 type Rejection struct { struct
166 C float64
167 Target distuv.LogProber
168 Proposal distuv.RandLogProber
169 Src rand.Source
171 err error
172 proposed int
177 func (r *Rejection) Err() error {
183 func (r *Rejection) Proposed() int {
191 func (r *Rejection) Sample(batch []float64) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/sampleuv/
H A Dsample.go167 type Rejection struct { struct
168 C float64
169 Target distuv.LogProber
170 Proposal distuv.RandLogProber
171 Src rand.Source
173 err error
174 proposed int
179 func (r *Rejection) Err() error {
185 func (r *Rejection) Proposed() int {
193 func (r *Rejection) Sample(batch []float64) {
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
176 pub struct Rejection { struct
182 Other(Box<Rejections>), argument
265 impl Rejection { implementation
322 impl<T: Reject> From<T> for Rejection { implementation
324 fn from(err: T) -> Rejection { in from()
329 impl From<Infallible> for Rejection { implementation
331 fn from(infallible: Infallible) -> Rejection { in from()
346 impl IsReject for Rejection { implementation
366 impl fmt::Debug for Rejection { implementation
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
176 pub struct Rejection { struct
182 Other(Box<Rejections>), argument
265 impl Rejection { impl
322 impl<T: Reject> From<T> for Rejection { implementation
324 fn from(err: T) -> Rejection { in from()
329 impl From<Infallible> for Rejection { implementation
331 fn from(infallible: Infallible) -> Rejection { in from()
346 impl IsReject for Rejection { implementation
366 impl fmt::Debug for Rejection { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
167 pub(crate) fn known<T: Into<Known>>(err: T) -> Rejection { in known()
174 pub struct Rejection { struct
180 Other(Box<Rejections>), argument
263 impl Rejection { impl
320 impl From<Infallible> for Rejection { implementation
322 fn from(infallible: Infallible) -> Rejection { in from()
337 impl IsReject for Rejection { implementation
357 impl fmt::Debug for Rejection { implementation
615 impl CombineRejection<Rejection> for Rejection { implementation
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
167 pub(crate) fn known<T: Into<Known>>(err: T) -> Rejection { in known()
174 pub struct Rejection { struct
180 Other(Box<Rejections>), argument
263 impl Rejection { impl
320 impl From<Infallible> for Rejection { implementation
322 fn from(infallible: Infallible) -> Rejection { in from()
337 impl IsReject for Rejection { implementation
357 impl fmt::Debug for Rejection { implementation
615 impl CombineRejection<Rejection> for Rejection { implementation
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
167 pub(crate) fn known<T: Into<Known>>(err: T) -> Rejection { in known()
174 pub struct Rejection { struct
180 Other(Box<Rejections>), argument
263 impl Rejection { impl
320 impl From<Infallible> for Rejection { implementation
322 fn from(infallible: Infallible) -> Rejection { in from()
337 impl IsReject for Rejection { implementation
357 impl fmt::Debug for Rejection { implementation
615 impl CombineRejection<Rejection> for Rejection { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
167 pub(crate) fn known<T: Into<Known>>(err: T) -> Rejection { in known()
174 pub struct Rejection { struct
180 Other(Box<Rejections>), argument
263 impl Rejection { impl
320 impl From<Infallible> for Rejection { implementation
322 fn from(infallible: Infallible) -> Rejection { in from()
337 impl IsReject for Rejection { implementation
357 impl fmt::Debug for Rejection { implementation
615 impl CombineRejection<Rejection> for Rejection { implementation
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/
H A Dreject.rs115 pub fn custom<T: Reject>(err: T) -> Rejection { in custom()
167 pub(crate) fn known<T: Into<Known>>(err: T) -> Rejection { in known()
174 pub struct Rejection { struct
180 Other(Box<Rejections>), argument
263 impl Rejection { impl
320 impl From<Infallible> for Rejection { implementation
322 fn from(infallible: Infallible) -> Rejection { in from()
337 impl IsReject for Rejection { implementation
357 impl fmt::Debug for Rejection { implementation
615 impl CombineRejection<Rejection> for Rejection { implementation
[all …]
/dports/sysutils/vivid/vivid-0.7.0/cargo-crates/rust-embed-5.9.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve() argument
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl() argument
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/rust-embed-6.2.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve() argument
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rust-embed-5.9.0/examples/
H A Dwarp.rs21 async fn serve(path: Tail) -> Result<impl Reply, Rejection> { in serve() argument
25 fn serve_impl(path: &str) -> Result<impl Reply, Rejection> { in serve_impl() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/examples/
H A Dtodos.rs132 fn create_todo(create: Todo, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in create_todo()
152 fn update_todo(id: u64, update: Todo, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in update_todo()
171 fn delete_todo(id: u64, db: Db) -> Result<impl warp::Reply, warp::Rejection> { in delete_todo()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/www/firefox/firefox-99.0/third_party/rust/warp/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/examples/
H A Ddyn_reply.rs4 async fn dyn_reply(word: String) -> Result<Box<dyn warp::Reply>, warp::Rejection> { in dyn_reply()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/filter/
H A Dmod.rs241 F: Func<Rejection>, in or_else()
261 F: Func<Rejection>, in recover()
396 Self::Error: Into<Rejection>, in boxed()

123