pub struct NameGetResponse {
pub display_names: Vec<NameGetResponseItem>,
}
Expand description
The response to a NameGet
request
Fields§
§display_names: Vec<NameGetResponseItem>
Trait Implementations§
Source§impl Debug for NameGetResponse
impl Debug for NameGetResponse
Source§impl<'de> Deserialize<'de> for NameGetResponse
impl<'de> Deserialize<'de> for NameGetResponse
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
Auto Trait Implementations§
impl Freeze for NameGetResponse
impl RefUnwindSafe for NameGetResponse
impl Send for NameGetResponse
impl Sync for NameGetResponse
impl Unpin for NameGetResponse
impl UnwindSafe for NameGetResponse
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