pub struct Coalesce {
pub fields: Vec<String>,
pub into: String,
}Expand description
Take the first non-null value from a list of fields and write to target.
Fields§
§fields: Vec<String>§into: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Coalesce
impl RefUnwindSafe for Coalesce
impl Send for Coalesce
impl Sync for Coalesce
impl Unpin for Coalesce
impl UnsafeUnpin for Coalesce
impl UnwindSafe for Coalesce
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