pub struct BuildSource {
pub repository: RepositoryIdentity,
pub object_format: ObjectFormat,
pub commit_oid: Oid,
}Expand description
The build namespace: the repository and exact commit the release was built from.
Fields§
§repository: RepositoryIdentity§object_format: ObjectFormat§commit_oid: OidTrait Implementations§
Source§impl Clone for BuildSource
impl Clone for BuildSource
Source§fn clone(&self) -> BuildSource
fn clone(&self) -> BuildSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuildSource
impl Debug for BuildSource
impl Eq for BuildSource
Source§impl PartialEq for BuildSource
impl PartialEq for BuildSource
impl StructuralPartialEq for BuildSource
Auto Trait Implementations§
impl Freeze for BuildSource
impl RefUnwindSafe for BuildSource
impl Send for BuildSource
impl Sync for BuildSource
impl Unpin for BuildSource
impl UnsafeUnpin for BuildSource
impl UnwindSafe for BuildSource
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