pub struct ProfileReply {
pub resources: Vec<ResourceId>,
}Expand description
profile_reply() — the list of resources the sender provides (Table 4).
Fields§
§resources: Vec<ResourceId>Advertised resource_identifier()s, in wire order (length_field = N*4).
Trait Implementations§
Source§impl Clone for ProfileReply
impl Clone for ProfileReply
Source§fn clone(&self) -> ProfileReply
fn clone(&self) -> ProfileReply
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 moreSource§impl Debug for ProfileReply
impl Debug for ProfileReply
Source§impl Default for ProfileReply
impl Default for ProfileReply
Source§fn default() -> ProfileReply
fn default() -> ProfileReply
Returns the “default value” for a type. Read more
impl Eq for ProfileReply
Source§impl<'a> Parse<'a> for ProfileReply
impl<'a> Parse<'a> for ProfileReply
Source§impl PartialEq for ProfileReply
impl PartialEq for ProfileReply
Source§impl Serialize for ProfileReply
Available on crate feature serde only.
impl Serialize for ProfileReply
Available on crate feature
serde only.Source§impl Serialize for ProfileReply
impl Serialize for ProfileReply
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 ProfileReply
Auto Trait Implementations§
impl Freeze for ProfileReply
impl RefUnwindSafe for ProfileReply
impl Send for ProfileReply
impl Sync for ProfileReply
impl Unpin for ProfileReply
impl UnsafeUnpin for ProfileReply
impl UnwindSafe for ProfileReply
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