pub struct Readable;Expand description
Type-state: Can add readable buffers
Auto Trait Implementations§
impl Freeze for Readable
impl RefUnwindSafe for Readable
impl Send for Readable
impl Sync for Readable
impl Unpin for Readable
impl UnsafeUnpin for Readable
impl UnwindSafe for Readable
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