pub struct ServiceListChanged {
pub version_number: u8,
}Expand description
ServiceListChanged() (Table 26) — R → A: the service list changed.
Fields§
§version_number: u8VersionNumber — the new version.
Trait Implementations§
Source§impl Clone for ServiceListChanged
impl Clone for ServiceListChanged
Source§fn clone(&self) -> ServiceListChanged
fn clone(&self) -> ServiceListChanged
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 moreimpl Copy for ServiceListChanged
Source§impl Debug for ServiceListChanged
impl Debug for ServiceListChanged
Source§impl Default for ServiceListChanged
impl Default for ServiceListChanged
Source§fn default() -> ServiceListChanged
fn default() -> ServiceListChanged
Returns the “default value” for a type. Read more
impl Eq for ServiceListChanged
Source§impl<'a> Parse<'a> for ServiceListChanged
impl<'a> Parse<'a> for ServiceListChanged
Source§impl PartialEq for ServiceListChanged
impl PartialEq for ServiceListChanged
Source§impl Serialize for ServiceListChanged
Available on crate feature serde only.
impl Serialize for ServiceListChanged
Available on crate feature
serde only.Source§impl Serialize for ServiceListChanged
impl Serialize for ServiceListChanged
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for ServiceListChanged
Auto Trait Implementations§
impl Freeze for ServiceListChanged
impl RefUnwindSafe for ServiceListChanged
impl Send for ServiceListChanged
impl Sync for ServiceListChanged
impl Unpin for ServiceListChanged
impl UnsafeUnpin for ServiceListChanged
impl UnwindSafe for ServiceListChanged
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