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<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 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<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