Struct hydrus_api::endpoints::adding_urls::AssociateUrlRequest [−][src]
pub struct AssociateUrlRequest {
pub urls_to_add: Vec<String>,
pub urls_to_delete: Vec<String>,
pub hashes: Vec<String>,
}Fields
urls_to_add: Vec<String>urls_to_delete: Vec<String>hashes: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssociateUrlRequestimpl Send for AssociateUrlRequestimpl Sync for AssociateUrlRequestimpl Unpin for AssociateUrlRequestimpl UnwindSafe for AssociateUrlRequestBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more