pub struct FleetSnapshotLegacyRole {
pub role: String,
pub profile: String,
}Expand description
A legacy fleet’s role → profile binding, recorded for provenance.
Fields§
§role: String§profile: StringTrait Implementations§
Source§impl Clone for FleetSnapshotLegacyRole
impl Clone for FleetSnapshotLegacyRole
Source§fn clone(&self) -> FleetSnapshotLegacyRole
fn clone(&self) -> FleetSnapshotLegacyRole
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 FleetSnapshotLegacyRole
impl Debug for FleetSnapshotLegacyRole
Source§impl<'de> Deserialize<'de> for FleetSnapshotLegacyRole
impl<'de> Deserialize<'de> for FleetSnapshotLegacyRole
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 FleetSnapshotLegacyRole
Source§impl PartialEq for FleetSnapshotLegacyRole
impl PartialEq for FleetSnapshotLegacyRole
Source§impl Serialize for FleetSnapshotLegacyRole
impl Serialize for FleetSnapshotLegacyRole
impl StructuralPartialEq for FleetSnapshotLegacyRole
Auto Trait Implementations§
impl Freeze for FleetSnapshotLegacyRole
impl RefUnwindSafe for FleetSnapshotLegacyRole
impl Send for FleetSnapshotLegacyRole
impl Sync for FleetSnapshotLegacyRole
impl Unpin for FleetSnapshotLegacyRole
impl UnsafeUnpin for FleetSnapshotLegacyRole
impl UnwindSafe for FleetSnapshotLegacyRole
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