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