pub struct IocSearch<'a> { /* private fields */ }Implementations§
Source§impl<'a> IocSearch<'a>
impl<'a> IocSearch<'a>
pub fn types(self, types: Vec<&str>) -> Self
pub fn from_date(self, from: &str) -> Self
pub fn to_date(self, to: &str) -> Self
pub fn to_ids_only(self) -> Self
pub fn with_sightings(self) -> Self
pub fn with_galaxies(self) -> Self
pub fn limit(self, limit: u32) -> Self
pub async fn execute(self) -> Result<Vec<Attribute>, MispError>
Auto Trait Implementations§
impl<'a> Freeze for IocSearch<'a>
impl<'a> !RefUnwindSafe for IocSearch<'a>
impl<'a> Send for IocSearch<'a>
impl<'a> Sync for IocSearch<'a>
impl<'a> Unpin for IocSearch<'a>
impl<'a> !UnwindSafe for IocSearch<'a>
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