pub enum OpArg {
None,
Uvarint,
Fixed,
Custom,
}
Variants§
Auto Trait Implementations§
impl Freeze for OpArg
impl RefUnwindSafe for OpArg
impl Send for OpArg
impl Sync for OpArg
impl Unpin for OpArg
impl UnwindSafe for OpArg
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