pub struct FleetBinding {
pub fleet: FleetKey,
pub app: AppId,
}Expand description
FleetBinding
Immutable binding between one installed Fleet and its source App.
Fields§
§fleet: FleetKey§app: AppIdTrait Implementations§
Source§impl CandidType for FleetBinding
impl CandidType for FleetBinding
Source§impl Clone for FleetBinding
impl Clone for FleetBinding
Source§fn clone(&self) -> FleetBinding
fn clone(&self) -> FleetBinding
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 FleetBinding
impl Debug for FleetBinding
Source§impl<'de> Deserialize<'de> for FleetBinding
impl<'de> Deserialize<'de> for FleetBinding
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 FleetBinding
Source§impl Ord for FleetBinding
impl Ord for FleetBinding
Source§fn cmp(&self, other: &FleetBinding) -> Ordering
fn cmp(&self, other: &FleetBinding) -> Ordering
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 PartialEq for FleetBinding
impl PartialEq for FleetBinding
Source§impl PartialOrd for FleetBinding
impl PartialOrd for FleetBinding
Source§impl Serialize for FleetBinding
impl Serialize for FleetBinding
impl StructuralPartialEq for FleetBinding
Auto Trait Implementations§
impl Freeze for FleetBinding
impl RefUnwindSafe for FleetBinding
impl Send for FleetBinding
impl Sync for FleetBinding
impl Unpin for FleetBinding
impl UnsafeUnpin for FleetBinding
impl UnwindSafe for FleetBinding
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