pub struct SourceIdentityInput<'a> {
pub adapters: Vec<String>,
pub target_digest: Option<&'a str>,
pub partition_digest: Option<&'a str>,
}Expand description
Safe source adapter names and hashed target values supplied by the operator.
Fields§
§adapters: Vec<String>§target_digest: Option<&'a str>§partition_digest: Option<&'a str>Auto Trait Implementations§
impl<'a> Freeze for SourceIdentityInput<'a>
impl<'a> RefUnwindSafe for SourceIdentityInput<'a>
impl<'a> Send for SourceIdentityInput<'a>
impl<'a> Sync for SourceIdentityInput<'a>
impl<'a> Unpin for SourceIdentityInput<'a>
impl<'a> UnsafeUnpin for SourceIdentityInput<'a>
impl<'a> UnwindSafe for SourceIdentityInput<'a>
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