Struct hydrus_api::api_core::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: String
destination_page_key: Option<String>
destination_page_name: Option<String>
show_destination_page: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddUrlRequest
impl Send for AddUrlRequest
impl Sync for AddUrlRequest
impl Unpin for AddUrlRequest
impl UnwindSafe for AddUrlRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more