pub struct Policy { /* private fields */ }
Trait Implementations§
Source§impl From<Policy> for BtcScriptConfig
impl From<Policy> for BtcScriptConfig
Source§fn from(p: Policy) -> BtcScriptConfig
fn from(p: Policy) -> BtcScriptConfig
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Policy
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnwindSafe for Policy
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