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