pub struct TaggedCaptureEvent {
pub upstream: String,
pub aliases: Vec<String>,
pub inner: CaptureEvent,
}Fields§
§upstream: String§aliases: Vec<String>§inner: CaptureEventTrait Implementations§
Source§impl Clone for TaggedCaptureEvent
impl Clone for TaggedCaptureEvent
Source§fn clone(&self) -> TaggedCaptureEvent
fn clone(&self) -> TaggedCaptureEvent
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 TaggedCaptureEvent
impl Debug for TaggedCaptureEvent
Auto Trait Implementations§
impl Freeze for TaggedCaptureEvent
impl RefUnwindSafe for TaggedCaptureEvent
impl Send for TaggedCaptureEvent
impl Sync for TaggedCaptureEvent
impl Unpin for TaggedCaptureEvent
impl UnsafeUnpin for TaggedCaptureEvent
impl UnwindSafe for TaggedCaptureEvent
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