pub struct GetNodeRelationshipsUseCase<G> { /* private fields */ }Implementations§
Source§impl<G> GetNodeRelationshipsUseCase<G>
impl<G> GetNodeRelationshipsUseCase<G>
pub fn new(relationship_reader: G) -> Self
pub async fn execute( &self, query: GetNodeRelationshipsQuery, ) -> Result<GetNodeRelationshipsResult, ApplicationError>
Trait Implementations§
Auto Trait Implementations§
impl<G> Freeze for GetNodeRelationshipsUseCase<G>where
G: Freeze,
impl<G> RefUnwindSafe for GetNodeRelationshipsUseCase<G>where
G: RefUnwindSafe,
impl<G> Send for GetNodeRelationshipsUseCase<G>where
G: Send,
impl<G> Sync for GetNodeRelationshipsUseCase<G>where
G: Sync,
impl<G> Unpin for GetNodeRelationshipsUseCase<G>where
G: Unpin,
impl<G> UnsafeUnpin for GetNodeRelationshipsUseCase<G>where
G: UnsafeUnpin,
impl<G> UnwindSafe for GetNodeRelationshipsUseCase<G>where
G: UnwindSafe,
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