pub struct LoopRecEnd {
pub arg1: Term,
}Fields§
§arg1: TermTrait Implementations§
Source§impl Clone for LoopRecEnd
impl Clone for LoopRecEnd
Source§fn clone(&self) -> LoopRecEnd
fn clone(&self) -> LoopRecEnd
Returns a duplicate of the value. Read more
1.0.0 · 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 LoopRecEnd
impl Debug for LoopRecEnd
Source§impl Decode for LoopRecEnd
impl Decode for LoopRecEnd
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Source§impl Encode for LoopRecEnd
impl Encode for LoopRecEnd
Auto Trait Implementations§
impl Freeze for LoopRecEnd
impl RefUnwindSafe for LoopRecEnd
impl Send for LoopRecEnd
impl Sync for LoopRecEnd
impl Unpin for LoopRecEnd
impl UnwindSafe for LoopRecEnd
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