pub struct QueuedMakeRemote {
pub root_table: String,
pub root_id: String,
pub root_label: String,
pub retain_pinned: bool,
pub progress: MakeRemoteProgress,
}Fields§
§root_table: String§root_id: String§root_label: StringWhat the host called this root when it queued the work, snapshotted here so the queue can name its own entries. The root row is exactly what a cancelled or deleted root no longer has, and an entry that cannot say what it is is an entry a host cannot render or a person cancel.
retain_pinned: bool§progress: MakeRemoteProgressTrait Implementations§
Source§impl Clone for QueuedMakeRemote
impl Clone for QueuedMakeRemote
Source§fn clone(&self) -> QueuedMakeRemote
fn clone(&self) -> QueuedMakeRemote
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueuedMakeRemote
impl Debug for QueuedMakeRemote
Source§impl PartialEq for QueuedMakeRemote
impl PartialEq for QueuedMakeRemote
impl Eq for QueuedMakeRemote
impl StructuralPartialEq for QueuedMakeRemote
Auto Trait Implementations§
impl Freeze for QueuedMakeRemote
impl RefUnwindSafe for QueuedMakeRemote
impl Send for QueuedMakeRemote
impl Sync for QueuedMakeRemote
impl Unpin for QueuedMakeRemote
impl UnsafeUnpin for QueuedMakeRemote
impl UnwindSafe for QueuedMakeRemote
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.