Uses of Class
org.ldk.structs.Option_EventZ
-
Packages that use Option_EventZ Package Description org.ldk.structs -
-
Uses of Option_EventZ in org.ldk.structs
Subclasses of Option_EventZ in org.ldk.structs Modifier and Type Class Description static class
Option_EventZ.None
When we're in this state, this COption_EventZ contains nothingstatic class
Option_EventZ.Some
When we're in this state, this COption_EventZ contains a crate::lightning::events::EventFields in org.ldk.structs declared as Option_EventZ Modifier and Type Field Description Option_EventZ
Result_COption_EventZDecodeErrorZ.Result_COption_EventZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_EventZ Modifier and Type Method Description Option_EventZ
Option_EventZ. clone()
Creates a new COption_EventZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_EventZ
Option_EventZ. none()
Constructs a new COption_EventZ containing nothingstatic Option_EventZ
Option_EventZ. some(Event o)
Constructs a new COption_EventZ containing a crate::lightning::events::EventMethods in org.ldk.structs with parameters of type Option_EventZ Modifier and Type Method Description static Result_COption_EventZDecodeErrorZ
Result_COption_EventZDecodeErrorZ. ok(Option_EventZ o)
Creates a new CResult_COption_EventZDecodeErrorZ in the success state.
-