Struct ic_cdk::api::management_canister::http_request::TransformFunc
source · pub struct TransformFunc(pub Func);Expand description
“transform” function of type: func (http_response) -> (http_response) query
Tuple Fields§
§0: FuncTrait Implementations§
source§impl CandidType for TransformFunc
impl CandidType for TransformFunc
source§impl Clone for TransformFunc
impl Clone for TransformFunc
source§fn clone(&self) -> TransformFunc
fn clone(&self) -> TransformFunc
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TransformFunc
impl Debug for TransformFunc
source§impl<'de> Deserialize<'de> for TransformFunc
impl<'de> Deserialize<'de> for TransformFunc
source§fn 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
source§impl PartialEq<TransformFunc> for TransformFunc
impl PartialEq<TransformFunc> for TransformFunc
source§fn eq(&self, other: &TransformFunc) -> bool
fn eq(&self, other: &TransformFunc) -> bool
This method tests for
self and other values to be equal, and is used
by ==.