Struct lightning::ln::script::InvalidShutdownScript
source · pub struct InvalidShutdownScript {
pub script: Script,
}
Expand description
An error occurring when converting from Script
to ShutdownScript
.
Fields§
§script: Script
The script that did not meet the requirements from BOLT #2.
Trait Implementations§
source§impl Clone for InvalidShutdownScript
impl Clone for InvalidShutdownScript
source§fn clone(&self) -> InvalidShutdownScript
fn clone(&self) -> InvalidShutdownScript
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for InvalidShutdownScript
impl Send for InvalidShutdownScript
impl Sync for InvalidShutdownScript
impl Unpin for InvalidShutdownScript
impl UnwindSafe for InvalidShutdownScript
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more