pub struct FleetId(/* private fields */);Expand description
FleetId
Generated durable identity for one Fleet.
Implementations§
Trait Implementations§
Source§impl CandidType for FleetId
impl CandidType for FleetId
impl Copy for FleetId
Source§impl<'de> Deserialize<'de> for FleetId
impl<'de> Deserialize<'de> for FleetId
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 FleetId
Source§impl Ord for FleetId
impl Ord for FleetId
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 FleetId
impl PartialOrd for FleetId
impl StructuralPartialEq for FleetId
Auto Trait Implementations§
impl Freeze for FleetId
impl RefUnwindSafe for FleetId
impl Send for FleetId
impl Sync for FleetId
impl Unpin for FleetId
impl UnsafeUnpin for FleetId
impl UnwindSafe for FleetId
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