pub struct MispClients {
pub events: EventsClient,
pub attributes: AttributesClient,
pub galaxies: GalaxiesClient,
pub sightings: SightingsClient,
pub warninglists: WarninglistsClient,
}Fields§
§events: EventsClient§attributes: AttributesClient§galaxies: GalaxiesClient§sightings: SightingsClient§warninglists: WarninglistsClientTrait Implementations§
Auto Trait Implementations§
impl Freeze for MispClients
impl !RefUnwindSafe for MispClients
impl Send for MispClients
impl Sync for MispClients
impl Unpin for MispClients
impl !UnwindSafe for MispClients
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