pub struct ServiceListVersionReq;Expand description
ServiceListVersionReq() (Table 24) — A → R: header-only.
Trait Implementations§
Source§impl Clone for ServiceListVersionReq
impl Clone for ServiceListVersionReq
Source§fn clone(&self) -> ServiceListVersionReq
fn clone(&self) -> ServiceListVersionReq
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 ServiceListVersionReq
Source§impl Debug for ServiceListVersionReq
impl Debug for ServiceListVersionReq
Source§impl Default for ServiceListVersionReq
impl Default for ServiceListVersionReq
Source§fn default() -> ServiceListVersionReq
fn default() -> ServiceListVersionReq
Returns the “default value” for a type. Read more
impl Eq for ServiceListVersionReq
Source§impl<'a> Parse<'a> for ServiceListVersionReq
impl<'a> Parse<'a> for ServiceListVersionReq
Source§impl PartialEq for ServiceListVersionReq
impl PartialEq for ServiceListVersionReq
Source§impl Serialize for ServiceListVersionReq
Available on crate feature serde only.
impl Serialize for ServiceListVersionReq
Available on crate feature
serde only.Source§impl Serialize for ServiceListVersionReq
impl Serialize for ServiceListVersionReq
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 ServiceListVersionReq
Auto Trait Implementations§
impl Freeze for ServiceListVersionReq
impl RefUnwindSafe for ServiceListVersionReq
impl Send for ServiceListVersionReq
impl Sync for ServiceListVersionReq
impl Unpin for ServiceListVersionReq
impl UnsafeUnpin for ServiceListVersionReq
impl UnwindSafe for ServiceListVersionReq
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