Struct hydrus_api::wrapper::builders::tag_builder::SystemTagBuilder[][src]

pub struct SystemTagBuilder { /* fields omitted */ }

Implementations

Negates the tag. if it has already been negated it will be positive again

All files stored in the client

Files stored in the inbox

Archived files

Files that have a duration (e.g. videos)

Files that don’t have a duration

Files with a specific duration

Files that have the best quality in their duplicate group

Files that don’t have the best quality in their duplicate group

Files with audio

Files without audio

Files with tags

Files without tags

Untagged files

Files with a specific number of tags

Files with a specific height

Files with a specific width

Files with a specific filesize

Files that are similar to a list of other files with a specific hamming distance

Limit the number of returned files

Files with a specific mimetype

Files with a specific hash

Files that have been modified before / after / at / around a specific date and time

Files with a specific import time

Files that are in a file service or pending to it

Files that have a specific number of relationships

Files with a specific aspect ratio

Files with a specific number of pixels

Files that have been viewed a specific number of times

Files that have been viewed for a specific number of times

Files that have associated urls that match a defined regex

Files that don’t have an url that matches a defined regex

Files that have an url that matches a class (e.g. ‘safebooru file page’)

Files that don’t have an url that matches a class (e.g. ‘safebooru file page’)

Converts a tag namespace (e.g. ‘page’) into a number and compares it

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.