pub struct HttpRequestStreamingCallbackAny(pub Func);Expand description
A callback of any type, extremely permissive
Tuple Fields
0: FuncTrait Implementations
sourceimpl Clone for HttpRequestStreamingCallbackAny
impl Clone for HttpRequestStreamingCallbackAny
sourcefn clone(&self) -> HttpRequestStreamingCallbackAny
fn clone(&self) -> HttpRequestStreamingCallbackAny
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for HttpRequestStreamingCallbackAny
impl<'de> Deserialize<'de> for HttpRequestStreamingCallbackAny
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<Func> for HttpRequestStreamingCallbackAny
impl From<Func> for HttpRequestStreamingCallbackAny
sourceimpl From<HttpRequestStreamingCallbackAny> for Func
impl From<HttpRequestStreamingCallbackAny> for Func
sourcefn from(c: HttpRequestStreamingCallbackAny) -> Self
fn from(c: HttpRequestStreamingCallbackAny) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for HttpRequestStreamingCallbackAny
impl Send for HttpRequestStreamingCallbackAny
impl Sync for HttpRequestStreamingCallbackAny
impl Unpin for HttpRequestStreamingCallbackAny
impl UnwindSafe for HttpRequestStreamingCallbackAny
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