pub struct RNodeMultiDevicePlan { /* private fields */ }Implementations§
Source§impl RNodeMultiDevicePlan
impl RNodeMultiDevicePlan
pub fn name(&self) -> &str
pub fn device(&self) -> &str
pub fn station_id(&self) -> Option<&StationIdentificationPlan>
Trait Implementations§
Source§impl Clone for RNodeMultiDevicePlan
impl Clone for RNodeMultiDevicePlan
Source§fn clone(&self) -> RNodeMultiDevicePlan
fn clone(&self) -> RNodeMultiDevicePlan
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 RNodeMultiDevicePlan
impl Debug for RNodeMultiDevicePlan
impl Eq for RNodeMultiDevicePlan
Source§impl PartialEq for RNodeMultiDevicePlan
impl PartialEq for RNodeMultiDevicePlan
impl StructuralPartialEq for RNodeMultiDevicePlan
Auto Trait Implementations§
impl Freeze for RNodeMultiDevicePlan
impl RefUnwindSafe for RNodeMultiDevicePlan
impl Send for RNodeMultiDevicePlan
impl Sync for RNodeMultiDevicePlan
impl Unpin for RNodeMultiDevicePlan
impl UnsafeUnpin for RNodeMultiDevicePlan
impl UnwindSafe for RNodeMultiDevicePlan
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