Struct rgbstd::interface::FilterExclude
source · pub struct FilterExclude<T: OutpointFilter>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T: OutpointFilter> OutpointFilter for FilterExclude<T>
impl<T: OutpointFilter> OutpointFilter for FilterExclude<T>
fn include_output(&self, output: Output) -> bool
Auto Trait Implementations§
impl<T> RefUnwindSafe for FilterExclude<T>where T: RefUnwindSafe,
impl<T> Send for FilterExclude<T>where T: Send,
impl<T> Sync for FilterExclude<T>where T: Sync,
impl<T> Unpin for FilterExclude<T>where T: Unpin,
impl<T> UnwindSafe for FilterExclude<T>where T: UnwindSafe,
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