pub struct ArgumentsGetStringsResponse {
pub values: Vec<Option<String>>,
}Fields§
§values: Vec<Option<String>>Trait Implementations§
Source§impl Clone for ArgumentsGetStringsResponse
impl Clone for ArgumentsGetStringsResponse
Source§fn clone(&self) -> ArgumentsGetStringsResponse
fn clone(&self) -> ArgumentsGetStringsResponse
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 ArgumentsGetStringsResponse
impl Debug for ArgumentsGetStringsResponse
Source§impl<___E> Encode<ArgumentsGetStringsResponse<'static>, ___E> for ArgumentsGetStringsResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<___E> Encode<ArgumentsGetStringsResponse<'static>, ___E> for ArgumentsGetStringsResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ArgumentsGetStringsResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ArgumentsGetStringsResponse<'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<ArgumentsGetStringsResponse<'static>, ___E> for &'a ArgumentsGetStringsResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<'a, ___E> Encode<ArgumentsGetStringsResponse<'static>, ___E> for &'a ArgumentsGetStringsResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ArgumentsGetStringsResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ArgumentsGetStringsResponse<'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, ArgumentsGetStringsResponse<'static>>, ___E> for ArgumentsGetStringsResponsewhere
___E: Encoder + ?Sized,
ArgumentsGetStringsResponse: Encode<ArgumentsGetStringsResponse<'static>, ___E>,
impl<___E> EncodeOption<Box<'static, ArgumentsGetStringsResponse<'static>>, ___E> for ArgumentsGetStringsResponsewhere
___E: Encoder + ?Sized,
ArgumentsGetStringsResponse: Encode<ArgumentsGetStringsResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, ArgumentsGetStringsResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, ArgumentsGetStringsResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, ArgumentsGetStringsResponse<'static>>, ___E> for &'a ArgumentsGetStringsResponsewhere
___E: Encoder + ?Sized,
&'a ArgumentsGetStringsResponse: Encode<ArgumentsGetStringsResponse<'static>, ___E>,
impl<'a, ___E> EncodeOption<Box<'static, ArgumentsGetStringsResponse<'static>>, ___E> for &'a ArgumentsGetStringsResponsewhere
___E: Encoder + ?Sized,
&'a ArgumentsGetStringsResponse: Encode<ArgumentsGetStringsResponse<'static>, ___E>,
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, ArgumentsGetStringsResponse<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, ArgumentsGetStringsResponse<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
impl Eq for ArgumentsGetStringsResponse
Source§impl<'de> FromWire<ArgumentsGetStringsResponse<'de>> for ArgumentsGetStringsResponse
impl<'de> FromWire<ArgumentsGetStringsResponse<'de>> for ArgumentsGetStringsResponse
Source§fn from_wire(wire: ArgumentsGetStringsResponse<'de>) -> Self
fn from_wire(wire: ArgumentsGetStringsResponse<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<ArgumentsGetStringsResponse<'de>> for ArgumentsGetStringsResponse
impl<'de> FromWireRef<ArgumentsGetStringsResponse<'de>> for ArgumentsGetStringsResponse
Source§fn from_wire_ref(wire: &ArgumentsGetStringsResponse<'de>) -> Self
fn from_wire_ref(wire: &ArgumentsGetStringsResponse<'de>) -> Self
Converts the given reference to this type.
Source§impl Hash for ArgumentsGetStringsResponse
impl Hash for ArgumentsGetStringsResponse
Source§impl Ord for ArgumentsGetStringsResponse
impl Ord for ArgumentsGetStringsResponse
Source§fn cmp(&self, other: &ArgumentsGetStringsResponse) -> Ordering
fn cmp(&self, other: &ArgumentsGetStringsResponse) -> 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 ArgumentsGetStringsResponse
impl PartialEq for ArgumentsGetStringsResponse
Source§fn eq(&self, other: &ArgumentsGetStringsResponse) -> bool
fn eq(&self, other: &ArgumentsGetStringsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ArgumentsGetStringsResponse
impl PartialOrd for ArgumentsGetStringsResponse
impl StructuralPartialEq for ArgumentsGetStringsResponse
Auto Trait Implementations§
impl Freeze for ArgumentsGetStringsResponse
impl RefUnwindSafe for ArgumentsGetStringsResponse
impl Send for ArgumentsGetStringsResponse
impl Sync for ArgumentsGetStringsResponse
impl Unpin for ArgumentsGetStringsResponse
impl UnsafeUnpin for ArgumentsGetStringsResponse
impl UnwindSafe for ArgumentsGetStringsResponse
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]