pub struct Interest(/* private fields */);Implementations§
source§impl Interest
impl Interest
pub const KEYEXPRS: Interest = _
pub const SUBSCRIBERS: Interest = _
pub const QUERYABLES: Interest = _
pub const TOKENS: Interest = _
pub const CURRENT: Interest = _
pub const FUTURE: Interest = _
pub const AGGREGATE: Interest = _
pub const fn keyexprs(&self) -> bool
pub const fn subscribers(&self) -> bool
pub const fn queryables(&self) -> bool
pub const fn tokens(&self) -> bool
pub const fn current(&self) -> bool
pub const fn future(&self) -> bool
pub const fn aggregate(&self) -> bool
pub const fn as_u8(&self) -> u8
Trait Implementations§
source§impl PartialEq for Interest
impl PartialEq for Interest
impl Eq for Interest
impl StructuralPartialEq for Interest
Auto Trait Implementations§
impl Freeze for Interest
impl RefUnwindSafe for Interest
impl Send for Interest
impl Sync for Interest
impl Unpin for Interest
impl UnwindSafe for Interest
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