Struct bitcoin_qt::BannedNodeLessThan
source · pub struct BannedNodeLessThan { /* private fields */ }
Implementations§
source§impl BannedNodeLessThan
impl BannedNodeLessThan
pub fn new(n_column: i32, order: u32) -> Self
pub fn invoke(&self, left: &CombinedBan, right: &CombinedBan) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for BannedNodeLessThan
impl Send for BannedNodeLessThan
impl Sync for BannedNodeLessThan
impl Unpin for BannedNodeLessThan
impl UnwindSafe for BannedNodeLessThan
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more