pub struct DocumentStream { /* private fields */ }
Implementations§
Source§impl DocumentStream
impl DocumentStream
pub fn new(ptr: NonNull<SJ_DOM_document_stream>) -> Self
pub fn iter(&self) -> DocumentStreamIter<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocumentStream
impl RefUnwindSafe for DocumentStream
impl !Send for DocumentStream
impl !Sync for DocumentStream
impl Unpin for DocumentStream
impl UnwindSafe for DocumentStream
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