Enum ecc608_linux::address::Zone
source · pub enum Zone {
Data,
Config,
}Variants
Data
Config
Trait Implementations
impl Eq for Zone
impl StructuralEq for Zone
impl StructuralPartialEq for Zone
Auto Trait Implementations
impl RefUnwindSafe for Zone
impl Send for Zone
impl Sync for Zone
impl Unpin for Zone
impl UnwindSafe for Zone
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