Struct bitcoinleveldb_file::StdoutPrinter
source · pub struct StdoutPrinter {}Trait Implementations§
source§impl GetName for StdoutPrinter
impl GetName for StdoutPrinter
source§impl WritableFileAppend for StdoutPrinter
impl WritableFileAppend for StdoutPrinter
source§impl WritableFileClose for StdoutPrinter
impl WritableFileClose for StdoutPrinter
source§impl WritableFileFlush for StdoutPrinter
impl WritableFileFlush for StdoutPrinter
source§impl WritableFileSync for StdoutPrinter
impl WritableFileSync for StdoutPrinter
impl WritableFile for StdoutPrinter
Auto Trait Implementations§
impl RefUnwindSafe for StdoutPrinter
impl Send for StdoutPrinter
impl Sync for StdoutPrinter
impl Unpin for StdoutPrinter
impl UnwindSafe for StdoutPrinter
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