pub struct FixtureBackground {
pub state_path: String,
pub state_key: String,
pub value_field: String,
pub expected_state: Vec<Value>,
}Fields§
§state_path: String§state_key: String§value_field: String§expected_state: Vec<Value>Trait Implementations§
Source§impl Clone for FixtureBackground
impl Clone for FixtureBackground
Source§fn clone(&self) -> FixtureBackground
fn clone(&self) -> FixtureBackground
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 FixtureBackground
impl Debug for FixtureBackground
Source§impl<'de> Deserialize<'de> for FixtureBackground
impl<'de> Deserialize<'de> for FixtureBackground
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 FixtureBackground
impl RefUnwindSafe for FixtureBackground
impl Send for FixtureBackground
impl Sync for FixtureBackground
impl Unpin for FixtureBackground
impl UnsafeUnpin for FixtureBackground
impl UnwindSafe for FixtureBackground
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