pub enum SsEndpoint {
GetPaperTitle,
GetPaperDetails,
GetAuthorDetails,
GetReferencesOfAPaper(String),
GetCitationsOfAPaper(String),
}Variants§
GetPaperTitle
GetPaperDetails
GetAuthorDetails
GetReferencesOfAPaper(String)
GetCitationsOfAPaper(String)
Trait Implementations§
Source§impl Debug for SsEndpoint
impl Debug for SsEndpoint
Source§impl PartialEq for SsEndpoint
impl PartialEq for SsEndpoint
impl StructuralPartialEq for SsEndpoint
Auto Trait Implementations§
impl Freeze for SsEndpoint
impl RefUnwindSafe for SsEndpoint
impl Send for SsEndpoint
impl Sync for SsEndpoint
impl Unpin for SsEndpoint
impl UnwindSafe for SsEndpoint
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