pub struct Dependency {Show 15 fields
pub id: Option<Uuid>,
pub expression: Option<String>,
pub from_path: Option<Vec<Segment>>,
pub to_path: Option<Vec<Segment>>,
pub selectors: Vec<DependencySelector>,
pub key: Option<String>,
pub digest: Option<u64>,
pub from: Vec<Segment>,
pub from_field: Option<Vec<Segment>>,
pub to_field: Option<Vec<Segment>>,
pub start_byte: Option<usize>,
pub end_byte: Option<usize>,
pub start_point: Option<Point>,
pub end_point: Option<Point>,
pub satisfied: bool,
}Fields§
§id: Option<Uuid>§expression: Option<String>§from_path: Option<Vec<Segment>>§to_path: Option<Vec<Segment>>§selectors: Vec<DependencySelector>§key: Option<String>§digest: Option<u64>§from: Vec<Segment>§from_field: Option<Vec<Segment>>§to_field: Option<Vec<Segment>>§start_byte: Option<usize>§end_byte: Option<usize>§start_point: Option<Point>§end_point: Option<Point>§satisfied: boolTrait Implementations§
Source§impl Clone for Dependency
impl Clone for Dependency
Source§fn clone(&self) -> Dependency
fn clone(&self) -> Dependency
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 Dependency
impl Debug for Dependency
Source§impl<'de> Deserialize<'de> for Dependency
impl<'de> Deserialize<'de> for Dependency
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Dependency
impl PartialEq for Dependency
Source§impl Serialize for Dependency
impl Serialize for Dependency
impl StructuralPartialEq for Dependency
Auto Trait Implementations§
impl Freeze for Dependency
impl RefUnwindSafe for Dependency
impl Send for Dependency
impl Sync for Dependency
impl Unpin for Dependency
impl UnwindSafe for Dependency
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,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request