pub struct TrunkVer {
pub build_ref: String,
pub time: String,
pub source_ref: String,
}Fields§
§build_ref: String§time: String§source_ref: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrunkVer
impl RefUnwindSafe for TrunkVer
impl Send for TrunkVer
impl Sync for TrunkVer
impl Unpin for TrunkVer
impl UnwindSafe for TrunkVer
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