Struct graph_http::DispatchDelta
source ·
[−]pub struct DispatchDelta<T, Builder> { /* fields omitted */ }
Implementations
pub fn new(
token: String,
client: Builder,
error: Option<GraphFailure>
) -> DispatchDelta<T, Builder>
impl<T: 'static + Send + ODataLink + Clone> DispatchDelta<T, RequestBuilder> where
for<'de> T: Deserialize<'de>,
impl<T: 'static + Send + ODataLink + Clone> DispatchDelta<T, RequestBuilder> where
for<'de> T: Deserialize<'de>,
impl<T: 'static + Send + ODataLink + Clone> DispatchDelta<T, RequestBuilder> where
for<'de> T: Deserialize<'de>,
impl<T: 'static + Send + ODataLink + Clone> DispatchDelta<T, RequestBuilder> where
for<'de> T: Deserialize<'de>,
Auto Trait Implementations
impl<T, Builder> !RefUnwindSafe for DispatchDelta<T, Builder>
impl<T, Builder> Send for DispatchDelta<T, Builder> where
Builder: Send,
T: Send,
impl<T, Builder> !Sync for DispatchDelta<T, Builder>
impl<T, Builder> Unpin for DispatchDelta<T, Builder> where
Builder: Unpin,
T: Unpin,
impl<T, Builder> !UnwindSafe for DispatchDelta<T, Builder>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more