pub struct OutPointFilter(/* private fields */);
Implementations§
source§impl OutPointFilter
impl OutPointFilter
sourcepub fn contains(&self, outpoint: &ShortOutPoint) -> bool
pub fn contains(&self, outpoint: &ShortOutPoint) -> bool
sourcepub fn insert(&mut self, outpoint: &ShortOutPoint)
pub fn insert(&mut self, outpoint: &ShortOutPoint)
sourcepub fn remove(&mut self, outpoint: &ShortOutPoint)
pub fn remove(&mut self, outpoint: &ShortOutPoint)
sourcepub fn shrink_to_fit(&mut self)
pub fn shrink_to_fit(&mut self)
Trait Implementations§
source§impl Debug for OutPointFilter
impl Debug for OutPointFilter
source§impl<'de> Deserialize<'de> for OutPointFilter
impl<'de> Deserialize<'de> for OutPointFilter
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OutPointFilter
impl RefUnwindSafe for OutPointFilter
impl Send for OutPointFilter
impl Sync for OutPointFilter
impl Unpin for OutPointFilter
impl UnwindSafe for OutPointFilter
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