pub struct mergingStrategy;
Trait Implementations§
Source§impl Field for mergingStrategy
impl Field for mergingStrategy
Source§impl HasField<mergingStrategy> for MergeQueueConfiguration
impl HasField<mergingStrategy> for MergeQueueConfiguration
Source§type Type = Option<MergeQueueMergingStrategy>
type Type = Option<MergeQueueMergingStrategy>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for mergingStrategy
impl RefUnwindSafe for mergingStrategy
impl Send for mergingStrategy
impl Sync for mergingStrategy
impl Unpin for mergingStrategy
impl UnwindSafe for mergingStrategy
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