pub struct SourceOrTargetFilter {
pub type: RelationshipVertexType,
pub external_id: String,
}Expand description
Filter on a relationship source or target.
Fields§
§type: RelationshipVertexTypeRelationship vertex type.
external_id: StringExternal ID of the resource.
Trait Implementations§
Source§impl Clone for SourceOrTargetFilter
impl Clone for SourceOrTargetFilter
Source§fn clone(&self) -> SourceOrTargetFilter
fn clone(&self) -> SourceOrTargetFilter
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 SourceOrTargetFilter
impl Debug for SourceOrTargetFilter
Auto Trait Implementations§
impl Freeze for SourceOrTargetFilter
impl RefUnwindSafe for SourceOrTargetFilter
impl Send for SourceOrTargetFilter
impl Sync for SourceOrTargetFilter
impl Unpin for SourceOrTargetFilter
impl UnwindSafe for SourceOrTargetFilter
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