pub struct TestUseUpdate {}
Expand description
Does nothing and ensures that the Update object is used; for testing only
Trait Implementations§
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<'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 Method for TestUseUpdate
impl Method 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