pub enum Readable {}
Expand description
Type-level variant of OutputConfig
for a readable push-pull
configuration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Readable
impl Send for Readable
impl Sync for Readable
impl Unpin for Readable
impl UnwindSafe for Readable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more