pub enum ARIB {
ProfileA,
ProfileC,
}
Variants§
Trait Implementations§
impl Copy for ARIB
impl Eq for ARIB
impl StructuralPartialEq for ARIB
Auto Trait Implementations§
impl Freeze for ARIB
impl RefUnwindSafe for ARIB
impl Send for ARIB
impl Sync for ARIB
impl Unpin for ARIB
impl UnwindSafe for ARIB
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