pub struct UnrolledRecords(/* private fields */);
Expand description
Represents a collection of unrolled records.
Trait Implementations§
Source§impl Clone for UnrolledRecords
impl Clone for UnrolledRecords
Source§fn clone(&self) -> UnrolledRecords
fn clone(&self) -> UnrolledRecords
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 UnrolledRecords
impl Debug for UnrolledRecords
Source§impl Default for UnrolledRecords
impl Default for UnrolledRecords
Source§fn default() -> UnrolledRecords
fn default() -> UnrolledRecords
Returns the “default value” for a type. Read more
Source§impl<'a> IntoIterator for &'a UnrolledRecords
impl<'a> IntoIterator for &'a UnrolledRecords
Auto Trait Implementations§
impl Freeze for UnrolledRecords
impl RefUnwindSafe for UnrolledRecords
impl Send for UnrolledRecords
impl Sync for UnrolledRecords
impl Unpin for UnrolledRecords
impl UnwindSafe for UnrolledRecords
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