pub struct ChannelVerifyResponse {
pub signature_verified: bool,
}
Fields§
§signature_verified: bool
Trait Implementations§
Source§impl Debug for ChannelVerifyResponse
impl Debug for ChannelVerifyResponse
Source§impl Default for ChannelVerifyResponse
impl Default for ChannelVerifyResponse
Source§fn default() -> ChannelVerifyResponse
fn default() -> ChannelVerifyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChannelVerifyResponse
impl<'de> Deserialize<'de> for ChannelVerifyResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ChannelVerifyResponse
impl PartialEq for ChannelVerifyResponse
Source§impl Serialize for ChannelVerifyResponse
impl Serialize for ChannelVerifyResponse
impl Eq for ChannelVerifyResponse
impl StructuralPartialEq for ChannelVerifyResponse
Auto Trait Implementations§
impl Freeze for ChannelVerifyResponse
impl RefUnwindSafe for ChannelVerifyResponse
impl Send for ChannelVerifyResponse
impl Sync for ChannelVerifyResponse
impl Unpin for ChannelVerifyResponse
impl UnwindSafe for ChannelVerifyResponse
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.