[][src]Trait modio::filter::BitwiseAnd

pub trait BitwiseAnd: FilterPriv {
    pub fn bit_and<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter;
}

Required methods

pub fn bit_and<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter[src]

Creates BitwiseAnd filter.

Loading content...

Implementors

impl BitwiseAnd for ApiAccessOptions[src]

impl BitwiseAnd for CommunityOptions[src]

impl BitwiseAnd for CurationOption[src]

impl BitwiseAnd for MaturityOptions[src]

impl BitwiseAnd for PresentationOption[src]

impl BitwiseAnd for RevenueOptions[src]

impl BitwiseAnd for SubmissionOption[src]

impl BitwiseAnd for MaturityOption[src]

Loading content...