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 classOption_TypeZ.NoneWhen we're in this state, this COption_TypeZ contains nothingstatic classOption_TypeZ.SomeWhen 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_TypeZResult_COption_TypeZDecodeErrorZ.Result_COption_TypeZDecodeErrorZ_OK. resMethods in org.ldk.structs that return Option_TypeZ Modifier and Type Method Description Option_TypeZOption_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_TypeZOption_TypeZ. none()Constructs a new COption_TypeZ containing nothingstatic Option_TypeZOption_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_TypeZDecodeErrorZResult_COption_TypeZDecodeErrorZ. ok(Option_TypeZ o)Creates a new CResult_COption_TypeZDecodeErrorZ in the success state.
-