pub struct MethodList<'a> {
pub rest: &'a [u8],
}
Fields§
§rest: &'a [u8]
Implementations§
Source§impl<'a> MethodList<'a>
impl<'a> MethodList<'a>
pub fn parse(record_data: &'a [u8]) -> Result<Self, ParserError>
pub fn next(&mut self) -> Result<Option<MethodListItem>, ParserError>
Auto Trait Implementations§
impl<'a> Freeze for MethodList<'a>
impl<'a> RefUnwindSafe for MethodList<'a>
impl<'a> Send for MethodList<'a>
impl<'a> Sync for MethodList<'a>
impl<'a> Unpin for MethodList<'a>
impl<'a> UnwindSafe for MethodList<'a>
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