Uses of Class
org.ldk.structs.Option_ClosureReasonZ
-
Packages that use Option_ClosureReasonZ Package Description org.ldk.structs -
-
Uses of Option_ClosureReasonZ in org.ldk.structs
Subclasses of Option_ClosureReasonZ in org.ldk.structs Modifier and Type Class Description static classOption_ClosureReasonZ.NoneWhen we're in this state, this COption_ClosureReasonZ contains nothingstatic classOption_ClosureReasonZ.SomeWhen we're in this state, this COption_ClosureReasonZ contains a crate::lightning::util::events::ClosureReasonFields in org.ldk.structs declared as Option_ClosureReasonZ Modifier and Type Field Description Option_ClosureReasonZResult_COption_ClosureReasonZDecodeErrorZ.Result_COption_ClosureReasonZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_ClosureReasonZ Modifier and Type Method Description Option_ClosureReasonZOption_ClosureReasonZ. clone()Creates a new COption_ClosureReasonZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_ClosureReasonZOption_ClosureReasonZ. none()Constructs a new COption_ClosureReasonZ containing nothingstatic Option_ClosureReasonZOption_ClosureReasonZ. some(ClosureReason o)Constructs a new COption_ClosureReasonZ containing a crate::lightning::util::events::ClosureReasonMethods in org.ldk.structs with parameters of type Option_ClosureReasonZ Modifier and Type Method Description static Result_COption_ClosureReasonZDecodeErrorZResult_COption_ClosureReasonZDecodeErrorZ. ok(Option_ClosureReasonZ o)Creates a new CResult_COption_ClosureReasonZDecodeErrorZ in the success state.
-