pub struct ServiceNodeResponse {
pub node: String,
}Fields§
§node: StringTrait Implementations§
Source§impl Clone for ServiceNodeResponse
impl Clone for ServiceNodeResponse
Source§fn clone(&self) -> ServiceNodeResponse
fn clone(&self) -> ServiceNodeResponse
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 ServiceNodeResponse
impl Debug for ServiceNodeResponse
Source§impl Default for ServiceNodeResponse
impl Default for ServiceNodeResponse
Source§impl<'de> Deserialize<'de> for ServiceNodeResponse
impl<'de> Deserialize<'de> for ServiceNodeResponse
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 ServiceNodeResponse
impl PartialEq for ServiceNodeResponse
Source§impl Serialize for ServiceNodeResponse
impl Serialize for ServiceNodeResponse
impl Message for ServiceNodeResponse
impl StructuralPartialEq for ServiceNodeResponse
Auto Trait Implementations§
impl Freeze for ServiceNodeResponse
impl RefUnwindSafe for ServiceNodeResponse
impl Send for ServiceNodeResponse
impl Sync for ServiceNodeResponse
impl Unpin for ServiceNodeResponse
impl UnwindSafe for ServiceNodeResponse
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