pub struct RelationSelector {
pub source: Option<String>,
pub relation_kind: Option<EdgeKind>,
pub target_symbol: Option<String>,
pub external_only: bool,
pub terminal_kind: Option<TerminalKind>,
}Fields§
§source: Option<String>§relation_kind: Option<EdgeKind>§target_symbol: Option<String>§external_only: bool§terminal_kind: Option<TerminalKind>Implementations§
Trait Implementations§
Source§impl Clone for RelationSelector
impl Clone for RelationSelector
Source§fn clone(&self) -> RelationSelector
fn clone(&self) -> RelationSelector
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 RelationSelector
impl Debug for RelationSelector
Source§impl Default for RelationSelector
impl Default for RelationSelector
Source§fn default() -> RelationSelector
fn default() -> RelationSelector
Returns the “default value” for a type. Read more
Source§impl PartialEq for RelationSelector
impl PartialEq for RelationSelector
impl Eq for RelationSelector
impl StructuralPartialEq for RelationSelector
Auto Trait Implementations§
impl Freeze for RelationSelector
impl RefUnwindSafe for RelationSelector
impl Send for RelationSelector
impl Sync for RelationSelector
impl Unpin for RelationSelector
impl UnsafeUnpin for RelationSelector
impl UnwindSafe for RelationSelector
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