pub struct SemanticRequest {
pub target: SemanticNodeId,
pub action: SemanticAction,
pub value: Option<SemanticValue>,
}Fields§
§target: SemanticNodeId§action: SemanticAction§value: Option<SemanticValue>Trait Implementations§
Source§impl Clone for SemanticRequest
impl Clone for SemanticRequest
Source§fn clone(&self) -> SemanticRequest
fn clone(&self) -> SemanticRequest
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 moreSource§impl Debug for SemanticRequest
impl Debug for SemanticRequest
Source§impl PartialEq for SemanticRequest
impl PartialEq for SemanticRequest
impl StructuralPartialEq for SemanticRequest
Source§impl TryFrom<ActionRequest> for SemanticRequest
impl TryFrom<ActionRequest> for SemanticRequest
Auto Trait Implementations§
impl Freeze for SemanticRequest
impl RefUnwindSafe for SemanticRequest
impl Send for SemanticRequest
impl Sync for SemanticRequest
impl Unpin for SemanticRequest
impl UnsafeUnpin for SemanticRequest
impl UnwindSafe for SemanticRequest
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