pub struct ChannelLinkResponse { /* private fields */ }Implementations§
Source§impl ChannelLinkResponse
impl ChannelLinkResponse
pub fn action<T>(self, value: T) -> Self
pub fn agent_name<T>(self, value: T) -> Self
pub fn agent_wallet<T>(self, value: T) -> Self
pub fn channel<T>(self, value: T) -> Self
pub fn code<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn expires_at<T>(self, value: T) -> Self
pub fn hai_id<T>(self, value: T) -> Self
pub fn mode<T>(self, value: T) -> Self
pub fn privacy<T>(self, value: T) -> Self
pub fn scope<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
pub fn user_address<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ChannelLinkResponse
impl Clone for ChannelLinkResponse
Source§fn clone(&self) -> ChannelLinkResponse
fn clone(&self) -> ChannelLinkResponse
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 ChannelLinkResponse
impl Debug for ChannelLinkResponse
Source§impl Default for ChannelLinkResponse
impl Default for ChannelLinkResponse
Source§impl From<ChannelLinkResponse> for ChannelLinkResponse
impl From<ChannelLinkResponse> for ChannelLinkResponse
Source§fn from(value: ChannelLinkResponse) -> Self
fn from(value: ChannelLinkResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ChannelLinkResponse> for ChannelLinkResponse
impl TryFrom<ChannelLinkResponse> for ChannelLinkResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ChannelLinkResponse) -> Result<Self, ConversionError>
fn try_from(value: ChannelLinkResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ChannelLinkResponse
impl RefUnwindSafe for ChannelLinkResponse
impl Send for ChannelLinkResponse
impl Sync for ChannelLinkResponse
impl Unpin for ChannelLinkResponse
impl UnsafeUnpin for ChannelLinkResponse
impl UnwindSafe for ChannelLinkResponse
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