pub struct SignedIntegerField<const MULTI: bool = false, const EXACT: bool = false, const RANGE: bool = false, const ORDER: bool = false, const FACET: bool = false, const AGGREGATE: bool = false, const CONFIGURED: bool = false> { /* private fields */ }Implementations§
Source§impl<const M: bool, const R: bool, const O: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<M, false, R, O, F, A, C>
impl<const M: bool, const R: bool, const O: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<M, false, R, O, F, A, C>
pub fn exact(self) -> SignedIntegerField<M, true, R, O, F, A, true>
Source§impl<const M: bool, const E: bool, const O: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<M, E, false, O, F, A, C>
impl<const M: bool, const E: bool, const O: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<M, E, false, O, F, A, C>
pub fn range(self) -> SignedIntegerField<M, E, true, O, F, A, true>
Source§impl<const E: bool, const R: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<false, E, R, false, F, A, C>
impl<const E: bool, const R: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<false, E, R, false, F, A, C>
pub fn order(self) -> SignedIntegerField<false, E, R, true, F, A, true>
Source§impl<const M: bool, const E: bool, const R: bool, const O: bool, const A: bool, const C: bool> SignedIntegerField<M, E, R, O, false, A, C>
impl<const M: bool, const E: bool, const R: bool, const O: bool, const A: bool, const C: bool> SignedIntegerField<M, E, R, O, false, A, C>
pub fn facet(self) -> SignedIntegerField<M, E, R, O, true, A, true>
Source§impl<const M: bool, const E: bool, const R: bool, const O: bool, const F: bool, const C: bool> SignedIntegerField<M, E, R, O, F, false, C>
impl<const M: bool, const E: bool, const R: bool, const O: bool, const F: bool, const C: bool> SignedIntegerField<M, E, R, O, F, false, C>
pub fn aggregate(self) -> SignedIntegerField<M, E, R, O, F, true, true>
Source§impl<const E: bool, const R: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<false, E, R, true, F, A, C>
impl<const E: bool, const R: bool, const F: bool, const A: bool, const C: bool> SignedIntegerField<false, E, R, true, F, A, C>
pub fn ascending(&self) -> IndexOrderToken
pub fn descending(&self) -> IndexOrderToken
Auto Trait Implementations§
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> Freeze for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> RefUnwindSafe for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> Send for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> Sync for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> Unpin for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> UnsafeUnpin for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
impl<const MULTI: bool, const EXACT: bool, const RANGE: bool, const ORDER: bool, const FACET: bool, const AGGREGATE: bool, const CONFIGURED: bool> UnwindSafe for SignedIntegerField<MULTI, EXACT, RANGE, ORDER, FACET, AGGREGATE, CONFIGURED>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request