pub struct LeaseConflictCard {
pub left_mission: Symbol,
pub left: LeaseClaim,
pub right_mission: Symbol,
pub right: LeaseClaim,
}Expand description
A visible lease conflict.
Fields§
§left_mission: SymbolLeft mission id.
left: LeaseClaimLeft lease target.
right_mission: SymbolRight mission id.
right: LeaseClaimRight lease target.
Trait Implementations§
Source§impl Clone for LeaseConflictCard
impl Clone for LeaseConflictCard
Source§fn clone(&self) -> LeaseConflictCard
fn clone(&self) -> LeaseConflictCard
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 LeaseConflictCard
impl Debug for LeaseConflictCard
impl Eq for LeaseConflictCard
Source§impl PartialEq for LeaseConflictCard
impl PartialEq for LeaseConflictCard
impl StructuralPartialEq for LeaseConflictCard
Auto Trait Implementations§
impl Freeze for LeaseConflictCard
impl RefUnwindSafe for LeaseConflictCard
impl Send for LeaseConflictCard
impl Sync for LeaseConflictCard
impl Unpin for LeaseConflictCard
impl UnsafeUnpin for LeaseConflictCard
impl UnwindSafe for LeaseConflictCard
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