Struct hydrus_api::api_core::managing_pages::AddFilesRequest [−][src]
pub struct AddFilesRequest {
pub page_key: String,
pub file_ids: Vec<u64>,
pub hashes: Vec<String>,
}Fields
page_key: Stringfile_ids: Vec<u64>hashes: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddFilesRequest
impl Send for AddFilesRequest
impl Sync for AddFilesRequest
impl Unpin for AddFilesRequest
impl UnwindSafe for AddFilesRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more