Enum extendr_api::io::PstreamFormat
source · [−]pub enum PstreamFormat {
AnyFormat,
AsciiFormat,
BinaryFormat,
XdrFormat,
AsciihexFormat,
}
Variants
AnyFormat
AsciiFormat
BinaryFormat
XdrFormat
AsciihexFormat
Auto Trait Implementations
impl RefUnwindSafe for PstreamFormat
impl Send for PstreamFormat
impl Sync for PstreamFormat
impl Unpin for PstreamFormat
impl UnwindSafe for PstreamFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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