pub struct TestCallString {
pub x: String,
}
Expand description
Returns the received string; for testing only
Fields§
§x: String
String to return
Trait Implementations§
Source§impl Clone for TestCallString
impl Clone for TestCallString
Source§fn clone(&self) -> TestCallString
fn clone(&self) -> TestCallString
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 TestCallString
impl Debug for TestCallString
Source§impl<'de> Deserialize<'de> for TestCallString
impl<'de> Deserialize<'de> for TestCallString
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 TestCallString
impl Method for TestCallString
Auto Trait Implementations§
impl Freeze for TestCallString
impl RefUnwindSafe for TestCallString
impl Send for TestCallString
impl Sync for TestCallString
impl Unpin for TestCallString
impl UnwindSafe for TestCallString
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