Struct ExecutionsTopic
struct ExecutionsTopic<'a> {
prefix: &'a str,
device_type: DeviceType,
device_id: &'a str,
}Fields§
§prefix: &'a str§device_type: DeviceType§device_id: &'a strImplementations§
§impl<'a> ExecutionsTopic<'a>
impl<'a> ExecutionsTopic<'a>
pub const fn new( prefix: &'a str, device_type: DeviceType, device_id: &'a str, ) -> Self
fn from_segments(segments: &mut dyn Iterator<Item = &'a str>) -> Result<Self>
Trait Implementations§
§impl<'a> Clone for ExecutionsTopic<'a>
impl<'a> Clone for ExecutionsTopic<'a>
§fn clone(&self) -> ExecutionsTopic<'a>
fn clone(&self) -> ExecutionsTopic<'a>
Returns a duplicate 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 more§impl<'a> Display for ExecutionsTopic<'a>
impl<'a> Display for ExecutionsTopic<'a>
§impl<'a> PartialEq for ExecutionsTopic<'a>
impl<'a> PartialEq for ExecutionsTopic<'a>
impl<'a> Copy for ExecutionsTopic<'a>
impl<'a> Eq for ExecutionsTopic<'a>
impl<'a> StructuralPartialEq for ExecutionsTopic<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExecutionsTopic<'a>
impl<'a> RefUnwindSafe for ExecutionsTopic<'a>
impl<'a> Send for ExecutionsTopic<'a>
impl<'a> Sync for ExecutionsTopic<'a>
impl<'a> Unpin for ExecutionsTopic<'a>
impl<'a> UnwindSafe for ExecutionsTopic<'a>
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