pub struct GetResp {
pub req_path_results: Vec<RequestedPathResult>,
}Fields§
§req_path_results: Vec<RequestedPathResult>Trait Implementations§
Source§impl<'a> MessageRead<'a> for GetResp
impl<'a> MessageRead<'a> for GetResp
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for GetResp
impl MessageWrite for GetResp
impl StructuralPartialEq for GetResp
Auto Trait Implementations§
impl Freeze for GetResp
impl RefUnwindSafe for GetResp
impl Send for GetResp
impl Sync for GetResp
impl Unpin for GetResp
impl UnwindSafe for GetResp
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