pub struct QueueExecutionField {
pub id: SemanticId,
pub name: String,
pub ty: String,
pub type_id: Option<SemanticId>,
pub type_ids: Vec<(String, SemanticId)>,
}Fields§
§id: SemanticId§name: String§ty: String§type_id: Option<SemanticId>§type_ids: Vec<(String, SemanticId)>Trait Implementations§
Source§impl Clone for QueueExecutionField
impl Clone for QueueExecutionField
Source§fn clone(&self) -> QueueExecutionField
fn clone(&self) -> QueueExecutionField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueueExecutionField
impl RefUnwindSafe for QueueExecutionField
impl Send for QueueExecutionField
impl Sync for QueueExecutionField
impl Unpin for QueueExecutionField
impl UnsafeUnpin for QueueExecutionField
impl UnwindSafe for QueueExecutionField
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