Struct bitcoin_argsman::ArgsManagerArg
source · pub struct ArgsManagerArg {
pub help_param: String,
pub help_text: String,
pub flags: u32,
}Fields§
§help_param: String§help_text: String§flags: u32Implementations§
source§impl ArgsManagerArg
impl ArgsManagerArg
pub fn new(help_param: &str, help_text: &str, flags: ArgsManagerFlags) -> Self
Trait Implementations§
source§impl Default for ArgsManagerArg
impl Default for ArgsManagerArg
source§fn default() -> ArgsManagerArg
fn default() -> ArgsManagerArg
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ArgsManagerArg
impl Send for ArgsManagerArg
impl Sync for ArgsManagerArg
impl Unpin for ArgsManagerArg
impl UnwindSafe for ArgsManagerArg
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