pub struct MispClientFactory { /* private fields */ }Implementations§
Source§impl MispClientFactory
impl MispClientFactory
pub fn builder() -> MispClientFactoryBuilder
pub fn events(&self) -> EventsClient
pub fn attributes(&self) -> AttributesClient
pub fn galaxies(&self) -> GalaxiesClient
pub fn sightings(&self) -> SightingsClient
pub fn warninglists(&self) -> WarninglistsClient
pub fn all(&self) -> MispClients
pub async fn test_connection(&self) -> Result<ServerInfo, MispError>
Trait Implementations§
Source§impl Clone for MispClientFactory
impl Clone for MispClientFactory
Source§fn clone(&self) -> MispClientFactory
fn clone(&self) -> MispClientFactory
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 moreAuto Trait Implementations§
impl Freeze for MispClientFactory
impl RefUnwindSafe for MispClientFactory
impl Send for MispClientFactory
impl Sync for MispClientFactory
impl Unpin for MispClientFactory
impl UnwindSafe for MispClientFactory
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