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