pub struct SzProductCore;
Expand description
Core implementation of the SzProduct trait
Implementations§
Trait Implementations§
Source§impl SzProduct for SzProductCore
impl SzProduct for SzProductCore
Source§fn get_license(&self) -> SzResult<JsonString>
fn get_license(&self) -> SzResult<JsonString>
Gets the product license details
Source§fn get_version(&self) -> SzResult<JsonString>
fn get_version(&self) -> SzResult<JsonString>
Gets the product version information
Auto Trait Implementations§
impl Freeze for SzProductCore
impl RefUnwindSafe for SzProductCore
impl Send for SzProductCore
impl Sync for SzProductCore
impl Unpin for SzProductCore
impl UnwindSafe for SzProductCore
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more