pub struct SnapMeta {
pub target: String,
pub branch: Option<String>,
pub commit: Option<String>,
}Fields§
§target: String§branch: Option<String>§commit: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapMeta
impl RefUnwindSafe for SnapMeta
impl Send for SnapMeta
impl Sync for SnapMeta
impl Unpin for SnapMeta
impl UnsafeUnpin for SnapMeta
impl UnwindSafe for SnapMeta
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