pub struct TestUseUpdate { /* private fields */ }
Expand description
Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization
Implementations§
Trait Implementations§
Source§impl AsRef<TestUseUpdate> for TestUseUpdate
impl AsRef<TestUseUpdate> for TestUseUpdate
Source§fn as_ref(&self) -> &TestUseUpdate
fn as_ref(&self) -> &TestUseUpdate
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TestUseUpdate
impl Clone for TestUseUpdate
Source§fn clone(&self) -> TestUseUpdate
fn clone(&self) -> TestUseUpdate
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 TestUseUpdate
impl Debug for TestUseUpdate
Source§impl Default for TestUseUpdate
impl Default for TestUseUpdate
Source§fn default() -> TestUseUpdate
fn default() -> TestUseUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestUseUpdate
impl<'de> Deserialize<'de> for TestUseUpdate
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 Serialize for TestUseUpdate
impl Serialize for TestUseUpdate
impl TDUpdate for TestUseUpdate
Auto Trait Implementations§
impl Freeze for TestUseUpdate
impl RefUnwindSafe for TestUseUpdate
impl Send for TestUseUpdate
impl Sync for TestUseUpdate
impl Unpin for TestUseUpdate
impl UnwindSafe for TestUseUpdate
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