Struct jellyfin_sdk_rust::models::system::Version [−][src]
pub struct Version {
pub major: u8,
pub minor: u8,
pub build: u16,
pub revision: u16,
pub major_revision: u16,
pub minor_revision: u16,
}Fields
major: u8minor: u8build: u16revision: u16major_revision: u16minor_revision: 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 RefUnwindSafe for Version
impl UnwindSafe for Version
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