pub struct InlineResponse201 {
pub id: Option<String>,
}
Fields§
§id: Option<String>
Alphanumeric string identifying the address.
Implementations§
Source§impl InlineResponse201
impl InlineResponse201
pub fn new() -> InlineResponse201
Trait Implementations§
Source§impl Clone for InlineResponse201
impl Clone for InlineResponse201
Source§fn clone(&self) -> InlineResponse201
fn clone(&self) -> InlineResponse201
Returns a duplicate of the value. Read more
1.0.0 · 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 InlineResponse201
impl Debug for InlineResponse201
Source§impl Default for InlineResponse201
impl Default for InlineResponse201
Source§fn default() -> InlineResponse201
fn default() -> InlineResponse201
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse201
impl<'de> Deserialize<'de> for InlineResponse201
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
Source§impl PartialEq for InlineResponse201
impl PartialEq for InlineResponse201
Source§impl Serialize for InlineResponse201
impl Serialize for InlineResponse201
impl StructuralPartialEq for InlineResponse201
Auto Trait Implementations§
impl Freeze for InlineResponse201
impl RefUnwindSafe for InlineResponse201
impl Send for InlineResponse201
impl Sync for InlineResponse201
impl Unpin for InlineResponse201
impl UnwindSafe for InlineResponse201
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