pub struct FleetKey {
pub network: CanonicalNetworkId,
pub fleet_id: FleetId,
}Expand description
FleetKey
Complete network-qualified Fleet identity.
Fields§
§network: CanonicalNetworkId§fleet_id: FleetIdTrait Implementations§
Source§impl CandidType for FleetKey
impl CandidType for FleetKey
impl Copy for FleetKey
Source§impl<'de> Deserialize<'de> for FleetKey
impl<'de> Deserialize<'de> for FleetKey
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 FleetKey
Source§impl Ord for FleetKey
impl Ord for FleetKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FleetKey
impl PartialOrd for FleetKey
impl StructuralPartialEq for FleetKey
Auto Trait Implementations§
impl Freeze for FleetKey
impl RefUnwindSafe for FleetKey
impl Send for FleetKey
impl Sync for FleetKey
impl Unpin for FleetKey
impl UnsafeUnpin for FleetKey
impl UnwindSafe for FleetKey
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