pub struct ServiceListVersionAck {
pub version_number: u8,
}Expand description
ServiceListVersionAck() (Table 25) — R → A: the service-list version.
Fields§
§version_number: u8VersionNumber.
Trait Implementations§
Source§impl Clone for ServiceListVersionAck
impl Clone for ServiceListVersionAck
Source§fn clone(&self) -> ServiceListVersionAck
fn clone(&self) -> ServiceListVersionAck
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 ServiceListVersionAck
Source§impl Debug for ServiceListVersionAck
impl Debug for ServiceListVersionAck
Source§impl Default for ServiceListVersionAck
impl Default for ServiceListVersionAck
Source§fn default() -> ServiceListVersionAck
fn default() -> ServiceListVersionAck
Returns the “default value” for a type. Read more
impl Eq for ServiceListVersionAck
Source§impl<'a> Parse<'a> for ServiceListVersionAck
impl<'a> Parse<'a> for ServiceListVersionAck
Source§impl PartialEq for ServiceListVersionAck
impl PartialEq for ServiceListVersionAck
Source§impl Serialize for ServiceListVersionAck
Available on crate feature serde only.
impl Serialize for ServiceListVersionAck
Available on crate feature
serde only.Source§impl Serialize for ServiceListVersionAck
impl Serialize for ServiceListVersionAck
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 ServiceListVersionAck
Auto Trait Implementations§
impl Freeze for ServiceListVersionAck
impl RefUnwindSafe for ServiceListVersionAck
impl Send for ServiceListVersionAck
impl Sync for ServiceListVersionAck
impl Unpin for ServiceListVersionAck
impl UnsafeUnpin for ServiceListVersionAck
impl UnwindSafe for ServiceListVersionAck
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