Struct bitcoin_peerman::PRUNE_MODE
source · pub struct PRUNE_MODE { /* private fields */ }Expand description
| True if we’re running in -prune mode. |
Trait Implementations§
source§impl Deref for PRUNE_MODE
impl Deref for PRUNE_MODE
impl LazyStatic for PRUNE_MODE
Auto Trait Implementations§
impl RefUnwindSafe for PRUNE_MODE
impl Send for PRUNE_MODE
impl Sync for PRUNE_MODE
impl Unpin for PRUNE_MODE
impl UnwindSafe for PRUNE_MODE
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