pub struct CsfsMsg(/* private fields */);
Expand description
Wrapper around CheckSigFromStack signature messages
Implementations§
Trait Implementations§
Source§impl ArgFromStr for CsfsMsg
impl ArgFromStr for CsfsMsg
Source§impl From<CsfsMsg> for CovExtArgs
impl From<CsfsMsg> for CovExtArgs
Source§impl Ord for CsfsMsg
impl Ord for CsfsMsg
Source§impl PartialOrd for CsfsMsg
impl PartialOrd for CsfsMsg
impl Eq for CsfsMsg
impl StructuralPartialEq for CsfsMsg
Auto Trait Implementations§
impl Freeze for CsfsMsg
impl RefUnwindSafe for CsfsMsg
impl Send for CsfsMsg
impl Sync for CsfsMsg
impl Unpin for CsfsMsg
impl UnwindSafe for CsfsMsg
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