pub struct StreamProbeOpen {
pub value: String,
}Expand description
Request used to open one conformance stream.
Fields§
§value: StringTrait Implementations§
Source§impl Clone for StreamProbeOpen
impl Clone for StreamProbeOpen
Source§fn clone(&self) -> StreamProbeOpen
fn clone(&self) -> StreamProbeOpen
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 StreamProbeOpen
impl Debug for StreamProbeOpen
impl Eq for StreamProbeOpen
Source§impl PartialEq for StreamProbeOpen
impl PartialEq for StreamProbeOpen
impl StructuralPartialEq for StreamProbeOpen
Auto Trait Implementations§
impl Freeze for StreamProbeOpen
impl RefUnwindSafe for StreamProbeOpen
impl Send for StreamProbeOpen
impl Sync for StreamProbeOpen
impl Unpin for StreamProbeOpen
impl UnsafeUnpin for StreamProbeOpen
impl UnwindSafe for StreamProbeOpen
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