pub struct FleetCredentialGenerationRef {
pub generation: u64,
pub manifest_hash: [u8; 32],
}Expand description
FleetCredentialGenerationRef
Fields§
§generation: u64§manifest_hash: [u8; 32]Trait Implementations§
Source§impl Clone for FleetCredentialGenerationRef
impl Clone for FleetCredentialGenerationRef
Source§fn clone(&self) -> FleetCredentialGenerationRef
fn clone(&self) -> FleetCredentialGenerationRef
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 moreimpl Copy for FleetCredentialGenerationRef
Source§impl Debug for FleetCredentialGenerationRef
impl Debug for FleetCredentialGenerationRef
Source§impl<'de> Deserialize<'de> for FleetCredentialGenerationRef
impl<'de> Deserialize<'de> for FleetCredentialGenerationRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FleetCredentialGenerationRef
impl StructuralPartialEq for FleetCredentialGenerationRef
Auto Trait Implementations§
impl Freeze for FleetCredentialGenerationRef
impl RefUnwindSafe for FleetCredentialGenerationRef
impl Send for FleetCredentialGenerationRef
impl Sync for FleetCredentialGenerationRef
impl Unpin for FleetCredentialGenerationRef
impl UnsafeUnpin for FleetCredentialGenerationRef
impl UnwindSafe for FleetCredentialGenerationRef
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