pub enum Readable {}
Expand description
Type-level variant of OutputConfig
for a readable push-pull
configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Readable
impl RefUnwindSafe for Readable
impl Send for Readable
impl Sync for Readable
impl Unpin 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