Struct jellyfin_sdk_rust::JellyfinResponse [−][src]
pub struct JellyfinResponse<T> { /* fields omitted */ }Expand description
Structure containing the request status code and a Result that may contain the body.
Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for JellyfinResponse<T>
impl<T> Send for JellyfinResponse<T> where
T: Send,
impl<T> Sync for JellyfinResponse<T> where
T: Sync,
impl<T> Unpin for JellyfinResponse<T> where
T: Unpin,
impl<T> !UnwindSafe for JellyfinResponse<T>
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