pub struct LoadClaimRef {
pub model_id: String,
pub package_ref: String,
pub manifest_sha256: String,
pub topology_id: String,
pub run_id: String,
pub coordinator_id: Option<String>,
pub coordinator_term: u64,
}Fields§
§model_id: String§package_ref: String§manifest_sha256: String§topology_id: String§run_id: String§coordinator_id: Option<String>§coordinator_term: u64Trait Implementations§
Source§impl Clone for LoadClaimRef
impl Clone for LoadClaimRef
Source§fn clone(&self) -> LoadClaimRef
fn clone(&self) -> LoadClaimRef
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 LoadClaimRef
impl Debug for LoadClaimRef
impl Eq for LoadClaimRef
Source§impl PartialEq for LoadClaimRef
impl PartialEq for LoadClaimRef
impl StructuralPartialEq for LoadClaimRef
Auto Trait Implementations§
impl Freeze for LoadClaimRef
impl RefUnwindSafe for LoadClaimRef
impl Send for LoadClaimRef
impl Sync for LoadClaimRef
impl Unpin for LoadClaimRef
impl UnsafeUnpin for LoadClaimRef
impl UnwindSafe for LoadClaimRef
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