Struct jellyfin_sdk_rust::models::logs::JellyfinLogEntry [−][src]
pub struct JellyfinLogEntry {
pub id: u16,
pub name: String,
pub overview: Option<String>,
pub short_overview: Option<String>,
pub type: String,
pub date: String,
pub user_id: String,
pub user_primary_image_tag: Option<String>,
pub severity: String,
}Expand description
Structure received from /System/ActivityLog/Entries API calls.
Fields
id: u16name: Stringoverview: Option<String>short_overview: Option<String>type: Stringdate: Stringuser_id: Stringuser_primary_image_tag: Option<String>severity: StringTrait 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 RefUnwindSafe for JellyfinLogEntry
impl Send for JellyfinLogEntry
impl Sync for JellyfinLogEntry
impl Unpin for JellyfinLogEntry
impl UnwindSafe for JellyfinLogEntry
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