pub struct UnregisterServiceParams {
pub name: String,
}Expand description
Params of Request::UnregisterService (#50): the persistent (or ephemeral) service name
to remove — the deregistration mirror of register_service.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for UnregisterServiceParams
impl Clone for UnregisterServiceParams
Source§fn clone(&self) -> UnregisterServiceParams
fn clone(&self) -> UnregisterServiceParams
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 UnregisterServiceParams
impl Debug for UnregisterServiceParams
Source§impl<'de> Deserialize<'de> for UnregisterServiceParams
impl<'de> Deserialize<'de> for UnregisterServiceParams
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 UnregisterServiceParams
Source§impl PartialEq for UnregisterServiceParams
impl PartialEq for UnregisterServiceParams
Source§impl Serialize for UnregisterServiceParams
impl Serialize for UnregisterServiceParams
impl StructuralPartialEq for UnregisterServiceParams
Auto Trait Implementations§
impl Freeze for UnregisterServiceParams
impl RefUnwindSafe for UnregisterServiceParams
impl Send for UnregisterServiceParams
impl Sync for UnregisterServiceParams
impl Unpin for UnregisterServiceParams
impl UnsafeUnpin for UnregisterServiceParams
impl UnwindSafe for UnregisterServiceParams
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