pub struct TestInput {
pub input: Input,
}Expand description
A stream analytics input.
Fields§
§input: InputAn input object, containing all information associated with the named input. All inputs are contained under a streaming job.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestInput
impl<'de> Deserialize<'de> for TestInput
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 TestInput
Auto Trait Implementations§
impl Freeze for TestInput
impl RefUnwindSafe for TestInput
impl Send for TestInput
impl Sync for TestInput
impl Unpin for TestInput
impl UnwindSafe for TestInput
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