Enum content_blocker::LoadType [] [src]

pub enum LoadType {
    FirstParty,
    ThirdParty,
}

The type of load that is being initiated.

Variants

Same-origin with respect to the originating page.

Cross-origin with respect to the originating page.

Trait Implementations

impl Copy for LoadType
[src]

impl Clone for LoadType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoadType
[src]

Formats the value using the given formatter.

impl PartialEq for LoadType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.