pub struct RelayResponse {
pub sig: String,
}Fields§
§sig: StringTrait Implementations§
Source§impl Clone for RelayResponse
impl Clone for RelayResponse
Source§fn clone(&self) -> RelayResponse
fn clone(&self) -> RelayResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelayResponse
impl Debug for RelayResponse
Source§impl<'de> Deserialize<'de> for RelayResponse
impl<'de> Deserialize<'de> for RelayResponse
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
impl Eq for RelayResponse
Source§impl PartialEq for RelayResponse
impl PartialEq for RelayResponse
Source§impl Serialize for RelayResponse
impl Serialize for RelayResponse
impl StructuralPartialEq for RelayResponse
Auto Trait Implementations§
impl Freeze for RelayResponse
impl RefUnwindSafe for RelayResponse
impl Send for RelayResponse
impl Sync for RelayResponse
impl Unpin for RelayResponse
impl UnsafeUnpin for RelayResponse
impl UnwindSafe for RelayResponse
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