pub struct ArgumentsCollectResponse {
pub results: Vec<String>,
}Fields§
§results: Vec<String>Trait Implementations§
Source§impl Clone for ArgumentsCollectResponse
impl Clone for ArgumentsCollectResponse
Source§fn clone(&self) -> ArgumentsCollectResponse
fn clone(&self) -> ArgumentsCollectResponse
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 ArgumentsCollectResponse
impl Debug for ArgumentsCollectResponse
Source§impl<___E> Encode<ArgumentsCollectResponse<'static>, ___E> for ArgumentsCollectResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<ArgumentsCollectResponse<'static>, ___E> for ArgumentsCollectResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ArgumentsCollectResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ArgumentsCollectResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'a, ___E> Encode<ArgumentsCollectResponse<'static>, ___E> for &'a ArgumentsCollectResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<'a, ___E> Encode<ArgumentsCollectResponse<'static>, ___E> for &'a ArgumentsCollectResponsewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ArgumentsCollectResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ArgumentsCollectResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> EncodeOption<Box<'static, ArgumentsCollectResponse<'static>>, ___E> for ArgumentsCollectResponsewhere
___E: Encoder + ?Sized,
ArgumentsCollectResponse: Encode<ArgumentsCollectResponse<'static>, ___E>,
impl<___E> EncodeOption<Box<'static, ArgumentsCollectResponse<'static>>, ___E> for ArgumentsCollectResponsewhere
___E: Encoder + ?Sized,
ArgumentsCollectResponse: Encode<ArgumentsCollectResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<ArgumentsCollectResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, ArgumentsCollectResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<ArgumentsCollectResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, ArgumentsCollectResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, ArgumentsCollectResponse<'static>>, ___E> for &'a ArgumentsCollectResponsewhere
___E: Encoder + ?Sized,
&'a ArgumentsCollectResponse: Encode<ArgumentsCollectResponse<'static>, ___E>,
impl<'a, ___E> EncodeOption<Box<'static, ArgumentsCollectResponse<'static>>, ___E> for &'a ArgumentsCollectResponsewhere
___E: Encoder + ?Sized,
&'a ArgumentsCollectResponse: Encode<ArgumentsCollectResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<&'a ArgumentsCollectResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, ArgumentsCollectResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<&'a ArgumentsCollectResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, ArgumentsCollectResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
impl Eq for ArgumentsCollectResponse
Source§impl<'de> FromWire<ArgumentsCollectResponse<'de>> for ArgumentsCollectResponse
impl<'de> FromWire<ArgumentsCollectResponse<'de>> for ArgumentsCollectResponse
Source§fn from_wire(wire: ArgumentsCollectResponse<'de>) -> ArgumentsCollectResponse
fn from_wire(wire: ArgumentsCollectResponse<'de>) -> ArgumentsCollectResponse
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<ArgumentsCollectResponse<'de>> for ArgumentsCollectResponse
impl<'de> FromWireRef<ArgumentsCollectResponse<'de>> for ArgumentsCollectResponse
Source§fn from_wire_ref(
wire: &ArgumentsCollectResponse<'de>,
) -> ArgumentsCollectResponse
fn from_wire_ref( wire: &ArgumentsCollectResponse<'de>, ) -> ArgumentsCollectResponse
Converts the given reference to this type.
Source§impl Hash for ArgumentsCollectResponse
impl Hash for ArgumentsCollectResponse
Source§impl Ord for ArgumentsCollectResponse
impl Ord for ArgumentsCollectResponse
Source§fn cmp(&self, other: &ArgumentsCollectResponse) -> Ordering
fn cmp(&self, other: &ArgumentsCollectResponse) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ArgumentsCollectResponse
impl PartialEq for ArgumentsCollectResponse
Source§fn eq(&self, other: &ArgumentsCollectResponse) -> bool
fn eq(&self, other: &ArgumentsCollectResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ArgumentsCollectResponse
impl PartialOrd for ArgumentsCollectResponse
impl StructuralPartialEq for ArgumentsCollectResponse
Auto Trait Implementations§
impl Freeze for ArgumentsCollectResponse
impl RefUnwindSafe for ArgumentsCollectResponse
impl Send for ArgumentsCollectResponse
impl Sync for ArgumentsCollectResponse
impl Unpin for ArgumentsCollectResponse
impl UnsafeUnpin for ArgumentsCollectResponse
impl UnwindSafe for ArgumentsCollectResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]