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