Struct hydrus_api::endpoints::adding_urls::AddUrlRequest [−][src]
pub struct AddUrlRequest {
pub url: String,
pub destination_page_key: Option<String>,
pub destination_page_name: Option<String>,
pub show_destination_page: bool,
pub service_names_to_additional_tags: HashMap<String, Vec<String>>,
pub filterable_tags: Vec<String>,
}Fields
url: Stringdestination_page_key: Option<String>destination_page_name: Option<String>show_destination_page: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddUrlRequestimpl Send for AddUrlRequestimpl Sync for AddUrlRequestimpl Unpin for AddUrlRequestimpl UnwindSafe for AddUrlRequestBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more