pub enum ServiceInstancePublicationResponder_Event {
SetSubtypes {
subtypes: Vec<String>,
},
Reannounce {},
}
Variants§
Implementations§
Source§impl ServiceInstancePublicationResponder_Event
impl ServiceInstancePublicationResponder_Event
pub fn into_set_subtypes(self) -> Option<Vec<String>>
pub fn into_reannounce(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceInstancePublicationResponder_Event
impl RefUnwindSafe for ServiceInstancePublicationResponder_Event
impl Send for ServiceInstancePublicationResponder_Event
impl Sync for ServiceInstancePublicationResponder_Event
impl Unpin for ServiceInstancePublicationResponder_Event
impl UnwindSafe for ServiceInstancePublicationResponder_Event
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