pub struct TestCallString { /* private fields */ }
Expand description
Returns the received string; for testing only. This is an offline method. Can be called before authorization
Implementations§
Trait Implementations§
Source§impl AsRef<TestCallString> for TestCallString
impl AsRef<TestCallString> for TestCallString
Source§fn as_ref(&self) -> &TestCallString
fn as_ref(&self) -> &TestCallString
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TestCallString
impl Clone for TestCallString
Source§fn clone(&self) -> TestCallString
fn clone(&self) -> TestCallString
Returns a copy 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 Default for TestCallString
impl Default for TestCallString
Source§fn default() -> TestCallString
fn default() -> TestCallString
Returns the “default value” for a type. Read more
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
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