pub struct MemoryStream { /* private fields */ }Expand description
A data stream backed by a dynamically-sized memory buffer.
Implementations§
Source§impl MemoryStream
impl MemoryStream
Trait Implementations§
Source§impl From<MemoryStream> for IStream
impl From<MemoryStream> for IStream
Source§fn from(source: MemoryStream) -> Self
fn from(source: MemoryStream) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MemoryStream
impl RefUnwindSafe for MemoryStream
impl Send for MemoryStream
impl Sync for MemoryStream
impl Unpin for MemoryStream
impl UnwindSafe for MemoryStream
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