pub struct TestCallVectorString {
pub x: Vec<String>,
}
Expand description
For testing only request. Returns the received vector of strings; for testing only
Fields§
§x: Vec<String>
Vector of strings to return
Trait Implementations§
Source§impl Clone for TestCallVectorString
impl Clone for TestCallVectorString
Source§fn clone(&self) -> TestCallVectorString
fn clone(&self) -> TestCallVectorString
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 moreSource§impl Debug for TestCallVectorString
impl Debug for TestCallVectorString
Source§impl<'de> Deserialize<'de> for TestCallVectorString
impl<'de> Deserialize<'de> for TestCallVectorString
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for TestCallVectorString
impl Method for TestCallVectorString
Auto Trait Implementations§
impl Freeze for TestCallVectorString
impl RefUnwindSafe for TestCallVectorString
impl Send for TestCallVectorString
impl Sync for TestCallVectorString
impl Unpin for TestCallVectorString
impl UnwindSafe for TestCallVectorString
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