Struct graph_rs_sdk::http::DispatchDelta
source · [−]pub struct DispatchDelta<T, Builder> { /* private fields */ }Implementations
pub fn new(
token: String,
client: Builder,
error: Option<GraphFailure>
) -> DispatchDelta<T, Builder>
impl<T> DispatchDelta<T, RequestBuilder> where
T: 'static + Send + ODataLink<T> + Clone + for<'de> Deserialize<'de>,
impl<T> DispatchDelta<T, RequestBuilder> where
T: 'static + Send + ODataLink<T> + Clone + for<'de> Deserialize<'de>,
impl<T> DispatchDelta<T, RequestBuilder> where
T: 'static + Send + ODataLink<T> + Clone + for<'de> Deserialize<'de>,
impl<T> DispatchDelta<T, RequestBuilder> where
T: 'static + Send + ODataLink<T> + Clone + for<'de> 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> where
Builder: Sync,
T: Sync,
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
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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