pub struct PackageRouteRecord {
pub workflow_type: String,
pub content_hash: String,
}Expand description
One persisted route pointer: the version new starts of a type resolve.
Fields§
§workflow_type: StringWorkflow type the pointer routes.
content_hash: StringCanonical 64-hex textual content hash the route points at.
Trait Implementations§
Source§impl Clone for PackageRouteRecord
impl Clone for PackageRouteRecord
Source§fn clone(&self) -> PackageRouteRecord
fn clone(&self) -> PackageRouteRecord
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 PackageRouteRecord
impl Debug for PackageRouteRecord
impl Eq for PackageRouteRecord
Source§impl PartialEq for PackageRouteRecord
impl PartialEq for PackageRouteRecord
Source§fn eq(&self, other: &PackageRouteRecord) -> bool
fn eq(&self, other: &PackageRouteRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackageRouteRecord
Auto Trait Implementations§
impl Freeze for PackageRouteRecord
impl RefUnwindSafe for PackageRouteRecord
impl Send for PackageRouteRecord
impl Sync for PackageRouteRecord
impl Unpin for PackageRouteRecord
impl UnsafeUnpin for PackageRouteRecord
impl UnwindSafe for PackageRouteRecord
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