Struct bitcoin_peerman::CHECK_FOR_PRUNING
source · pub struct CHECK_FOR_PRUNING { /* private fields */ }Expand description
| Global flag to indicate we should check | to see if there are block/undo files | that should be deleted. Set on startup | or if we allocate more file space when | we’re in prune mode |
Trait Implementations§
source§impl Deref for CHECK_FOR_PRUNING
impl Deref for CHECK_FOR_PRUNING
impl LazyStatic for CHECK_FOR_PRUNING
Auto Trait Implementations§
impl RefUnwindSafe for CHECK_FOR_PRUNING
impl Send for CHECK_FOR_PRUNING
impl Sync for CHECK_FOR_PRUNING
impl Unpin for CHECK_FOR_PRUNING
impl UnwindSafe for CHECK_FOR_PRUNING
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