Struct fkl_parser::mir::implementation::http_api_impl::HttpApiImpl
source · [−]pub struct HttpApiImpl {
pub name: String,
pub target_aggregate: String,
pub target_entity: String,
pub qualified: String,
pub endpoint: HttpEndpoint,
pub flow: Option<Flow>,
}
Fields
name: String
target_aggregate: String
target_entity: String
qualified: String
endpoint: HttpEndpoint
flow: Option<Flow>
Implementations
Trait Implementations
sourceimpl Clone for HttpApiImpl
impl Clone for HttpApiImpl
sourcefn clone(&self) -> HttpApiImpl
fn clone(&self) -> HttpApiImpl
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HttpApiImpl
impl Debug for HttpApiImpl
sourceimpl Default for HttpApiImpl
impl Default for HttpApiImpl
sourcefn default() -> HttpApiImpl
fn default() -> HttpApiImpl
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for HttpApiImpl
impl<'de> Deserialize<'de> for HttpApiImpl
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<HttpApiImpl> for HttpApiImpl
impl PartialEq<HttpApiImpl> for HttpApiImpl
sourcefn eq(&self, other: &HttpApiImpl) -> bool
fn eq(&self, other: &HttpApiImpl) -> bool
sourceimpl Serialize for HttpApiImpl
impl Serialize for HttpApiImpl
impl Eq for HttpApiImpl
impl StructuralEq for HttpApiImpl
impl StructuralPartialEq for HttpApiImpl
Auto Trait Implementations
impl RefUnwindSafe for HttpApiImpl
impl Send for HttpApiImpl
impl Sync for HttpApiImpl
impl Unpin for HttpApiImpl
impl UnwindSafe for HttpApiImpl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.