pub struct ReleaseData {
pub datetime: String,
pub idp: String,
pub program: String,
pub version: String,
pub license: String,
pub scouter_name: String,
}Fields§
§datetime: String§idp: String§program: String§version: String§license: String§scouter_name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReleaseData
impl RefUnwindSafe for ReleaseData
impl Send for ReleaseData
impl Sync for ReleaseData
impl Unpin for ReleaseData
impl UnwindSafe for ReleaseData
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