pub struct HttpResolveResponse {
pub actor_id: String,
}Fields§
§actor_id: StringTrait Implementations§
Source§impl Clone for HttpResolveResponse
impl Clone for HttpResolveResponse
Source§fn clone(&self) -> HttpResolveResponse
fn clone(&self) -> HttpResolveResponse
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 HttpResolveResponse
impl Debug for HttpResolveResponse
Source§impl<'de> Deserialize<'de> for HttpResolveResponse
impl<'de> Deserialize<'de> for HttpResolveResponse
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 Eq for HttpResolveResponse
Source§impl From<HttpResolveResponse> for HttpResolveResponse
impl From<HttpResolveResponse> for HttpResolveResponse
Source§fn from(value: HttpResolveResponse) -> Self
fn from(value: HttpResolveResponse) -> Self
Converts to this type from the input type.
Source§impl From<HttpResolveResponse> for HttpResolveResponse
impl From<HttpResolveResponse> for HttpResolveResponse
Source§fn from(value: HttpResolveResponse) -> Self
fn from(value: HttpResolveResponse) -> Self
Converts to this type from the input type.
Source§impl Hash for HttpResolveResponse
impl Hash for HttpResolveResponse
Source§impl PartialEq for HttpResolveResponse
impl PartialEq for HttpResolveResponse
Source§fn eq(&self, other: &HttpResolveResponse) -> bool
fn eq(&self, other: &HttpResolveResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpResolveResponse
impl Serialize for HttpResolveResponse
impl StructuralPartialEq for HttpResolveResponse
Auto Trait Implementations§
impl Freeze for HttpResolveResponse
impl RefUnwindSafe for HttpResolveResponse
impl Send for HttpResolveResponse
impl Sync for HttpResolveResponse
impl Unpin for HttpResolveResponse
impl UnsafeUnpin for HttpResolveResponse
impl UnwindSafe for HttpResolveResponse
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