pub struct ProviderAccountTestRequest {
pub provider: String,
pub placement: Placement,
pub data: Value,
}Fields§
§provider: String§placement: Placement§data: ValueTrait Implementations§
Source§impl Clone for ProviderAccountTestRequest
impl Clone for ProviderAccountTestRequest
Source§fn clone(&self) -> ProviderAccountTestRequest
fn clone(&self) -> ProviderAccountTestRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderAccountTestRequest
impl Debug for ProviderAccountTestRequest
Source§impl<'de> Deserialize<'de> for ProviderAccountTestRequest
impl<'de> Deserialize<'de> for ProviderAccountTestRequest
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
impl StructuralPartialEq for ProviderAccountTestRequest
Auto Trait Implementations§
impl Freeze for ProviderAccountTestRequest
impl RefUnwindSafe for ProviderAccountTestRequest
impl Send for ProviderAccountTestRequest
impl Sync for ProviderAccountTestRequest
impl Unpin for ProviderAccountTestRequest
impl UnsafeUnpin for ProviderAccountTestRequest
impl UnwindSafe for ProviderAccountTestRequest
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