pub struct GetNextUnusedAddressResponse {
pub addr: Address<NetworkUnchecked>,
}Fields§
§addr: Address<NetworkUnchecked>Trait Implementations§
Source§impl Debug for GetNextUnusedAddressResponse
impl Debug for GetNextUnusedAddressResponse
Source§impl<'de> Deserialize<'de> for GetNextUnusedAddressResponse
impl<'de> Deserialize<'de> for GetNextUnusedAddressResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetNextUnusedAddressResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetNextUnusedAddressResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GetNextUnusedAddressResponse
impl Serialize for GetNextUnusedAddressResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetNextUnusedAddressResponse
Auto Trait Implementations§
impl Freeze for GetNextUnusedAddressResponse
impl RefUnwindSafe for GetNextUnusedAddressResponse
impl Send for GetNextUnusedAddressResponse
impl Sync for GetNextUnusedAddressResponse
impl Unpin for GetNextUnusedAddressResponse
impl UnsafeUnpin for GetNextUnusedAddressResponse
impl UnwindSafe for GetNextUnusedAddressResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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