pub struct GetList {
pub source: Term,
pub head: Register,
pub tail: Register,
}
Fields§
§source: Term
§head: Register
§tail: Register
Trait Implementations§
Source§impl Decode for GetList
impl Decode for GetList
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for GetList
impl RefUnwindSafe for GetList
impl Send for GetList
impl Sync for GetList
impl Unpin for GetList
impl UnwindSafe for GetList
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