Struct jellyfin_sdk_rust::models::JellyfinBaseResponse [−][src]
pub struct JellyfinBaseResponse<T> {
pub items: Vec<T>,
pub total_record_count: u16,
pub start_index: u16,
}Expand description
Base structure received with all Jellyfin API calls.
This structure wraps all underlying structures.
Fields
items: Vec<T>total_record_count: u16start_index: u16Trait Implementations
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
Auto Trait Implementations
impl<T> RefUnwindSafe for JellyfinBaseResponse<T> where
T: RefUnwindSafe,
impl<T> Send for JellyfinBaseResponse<T> where
T: Send,
impl<T> Sync for JellyfinBaseResponse<T> where
T: Sync,
impl<T> Unpin for JellyfinBaseResponse<T> where
T: Unpin,
impl<T> UnwindSafe for JellyfinBaseResponse<T> where
T: UnwindSafe,
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