pub struct EntryPointFilter {
pub protocol_system: ProtocolSystem,
pub component_ids: Option<Vec<ComponentId>>,
}Expand description
Filters for entry points queries in the database.
Fields§
§protocol_system: ProtocolSystem§component_ids: Option<Vec<ComponentId>>Implementations§
Source§impl EntryPointFilter
impl EntryPointFilter
pub fn new(protocol: ProtocolSystem) -> Self
pub fn with_component_ids(self, component_ids: Vec<ComponentId>) -> Self
Auto Trait Implementations§
impl Freeze for EntryPointFilter
impl RefUnwindSafe for EntryPointFilter
impl Send for EntryPointFilter
impl Sync for EntryPointFilter
impl Unpin for EntryPointFilter
impl UnwindSafe for EntryPointFilter
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