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 classOption_EventZ.NoneWhen we're in this state, this COption_EventZ contains nothingstatic classOption_EventZ.SomeWhen we're in this state, this COption_EventZ contains a crate::lightning::util::events::EventFields in org.ldk.structs declared as Option_EventZ Modifier and Type Field Description Option_EventZResult_COption_EventZDecodeErrorZ.Result_COption_EventZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_EventZ Modifier and Type Method Description Option_EventZOption_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_EventZOption_EventZ. none()Constructs a new COption_EventZ containing nothingstatic Option_EventZOption_EventZ. some(Event o)Constructs a new COption_EventZ containing a crate::lightning::util::events::EventMethods in org.ldk.structs with parameters of type Option_EventZ Modifier and Type Method Description static Result_COption_EventZDecodeErrorZResult_COption_EventZDecodeErrorZ. ok(Option_EventZ o)Creates a new CResult_COption_EventZDecodeErrorZ in the success state.
-