pub struct Filters<'a, P, T> { /* private fields */ }Expand description
Acceptance filters for incoming messages. It is recommended to use the type
aliases FiltersStandard and FiltersExtended.
Implementations§
Auto Trait Implementations§
impl<'a, P, T> !RefUnwindSafe for Filters<'a, P, T>
impl<'a, P, T> !Sync for Filters<'a, P, T>
impl<'a, P, T> !UnwindSafe for Filters<'a, P, T>
impl<'a, P, T> Freeze for Filters<'a, P, T>
impl<'a, P, T> Send for Filters<'a, P, T>
impl<'a, P, T> Unpin for Filters<'a, P, T>where
P: Unpin,
impl<'a, P, T> UnsafeUnpin for Filters<'a, P, T>
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