pub struct ContinuationRecord { /* private fields */ }Expand description
BAI2 continuation record.
Implementations§
Trait Implementations§
Source§impl Clone for ContinuationRecord
impl Clone for ContinuationRecord
Source§fn clone(&self) -> ContinuationRecord
fn clone(&self) -> ContinuationRecord
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 ContinuationRecord
impl Debug for ContinuationRecord
Source§impl PartialEq for ContinuationRecord
impl PartialEq for ContinuationRecord
Source§impl TryFrom<&RawRecord> for ContinuationRecord
impl TryFrom<&RawRecord> for ContinuationRecord
impl Eq for ContinuationRecord
impl StructuralPartialEq for ContinuationRecord
Auto Trait Implementations§
impl Freeze for ContinuationRecord
impl RefUnwindSafe for ContinuationRecord
impl Send for ContinuationRecord
impl Sync for ContinuationRecord
impl Unpin for ContinuationRecord
impl UnsafeUnpin for ContinuationRecord
impl UnwindSafe for ContinuationRecord
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