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 class
Option_ClosureReasonZ.None
When we're in this state, this COption_ClosureReasonZ contains nothingstatic class
Option_ClosureReasonZ.Some
When we're in this state, this COption_ClosureReasonZ contains a crate::lightning::events::ClosureReasonFields in org.ldk.structs declared as Option_ClosureReasonZ Modifier and Type Field Description Option_ClosureReasonZ
Result_COption_ClosureReasonZDecodeErrorZ.Result_COption_ClosureReasonZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_ClosureReasonZ Modifier and Type Method Description Option_ClosureReasonZ
Option_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_ClosureReasonZ
Option_ClosureReasonZ. none()
Constructs a new COption_ClosureReasonZ containing nothingstatic Option_ClosureReasonZ
Option_ClosureReasonZ. some(ClosureReason o)
Constructs a new COption_ClosureReasonZ containing a crate::lightning::events::ClosureReasonMethods in org.ldk.structs with parameters of type Option_ClosureReasonZ Modifier and Type Method Description static Result_COption_ClosureReasonZDecodeErrorZ
Result_COption_ClosureReasonZDecodeErrorZ. ok(Option_ClosureReasonZ o)
Creates a new CResult_COption_ClosureReasonZDecodeErrorZ in the success state.
-