Struct agde::SelectedPier
source · pub struct SelectedPier { /* private fields */ }
Expand description
The appropriate pier selected from all piers Capabilities::help_desire
.
Used for methods of Manager
to send data to specific piers.
Implementations§
Trait Implementations§
source§impl Clone for SelectedPier
impl Clone for SelectedPier
source§fn clone(&self) -> SelectedPier
fn clone(&self) -> SelectedPier
Returns a copy of the value. Read more
1.0.0 · 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 SelectedPier
impl Debug for SelectedPier
source§impl PartialEq for SelectedPier
impl PartialEq for SelectedPier
source§fn eq(&self, other: &SelectedPier) -> bool
fn eq(&self, other: &SelectedPier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SelectedPier
impl Eq for SelectedPier
impl StructuralPartialEq for SelectedPier
Auto Trait Implementations§
impl Freeze for SelectedPier
impl RefUnwindSafe for SelectedPier
impl Send for SelectedPier
impl Sync for SelectedPier
impl Unpin for SelectedPier
impl UnwindSafe for SelectedPier
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