pub struct ListReader<'b, 'r> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'b, 'r> Clone for ListReader<'b, 'r>
impl<'b, 'r> Clone for ListReader<'b, 'r>
Source§fn clone(&self) -> ListReader<'b, 'r>
fn clone(&self) -> ListReader<'b, 'r>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'b, 'r> !RefUnwindSafe for ListReader<'b, 'r>
impl<'b, 'r> !Send for ListReader<'b, 'r>
impl<'b, 'r> !Sync for ListReader<'b, 'r>
impl<'b, 'r> !UnwindSafe for ListReader<'b, 'r>
impl<'b, 'r> Freeze for ListReader<'b, 'r>
impl<'b, 'r> Unpin for ListReader<'b, 'r>
impl<'b, 'r> UnsafeUnpin for ListReader<'b, 'r>
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