Uses of Class
org.ldk.structs.Option_TypeZ
-
Packages that use Option_TypeZ Package Description org.ldk.structs -
-
Uses of Option_TypeZ in org.ldk.structs
Subclasses of Option_TypeZ in org.ldk.structs Modifier and Type Class Description static class
Option_TypeZ.None
When we're in this state, this COption_TypeZ contains nothingstatic class
Option_TypeZ.Some
When we're in this state, this COption_TypeZ contains a crate::lightning::ln::wire::TypeFields in org.ldk.structs declared as Option_TypeZ Modifier and Type Field Description Option_TypeZ
Result_COption_TypeZDecodeErrorZ.Result_COption_TypeZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Option_TypeZ Modifier and Type Method Description Option_TypeZ
Option_TypeZ. clone()
Creates a new COption_TypeZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Option_TypeZ
Option_TypeZ. none()
Constructs a new COption_TypeZ containing nothingstatic Option_TypeZ
Option_TypeZ. some(Type o)
Constructs a new COption_TypeZ containing a crate::lightning::ln::wire::TypeMethods in org.ldk.structs with parameters of type Option_TypeZ Modifier and Type Method Description static Result_COption_TypeZDecodeErrorZ
Result_COption_TypeZDecodeErrorZ. ok(Option_TypeZ o)
Creates a new CResult_COption_TypeZDecodeErrorZ in the success state.
-