Enum ecc608_linux::address::Zone
source · pub enum Zone {
Data,
Config,
}Variants§
Trait Implementations§
source§impl PartialEq<Zone> for Zone
impl PartialEq<Zone> for Zone
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§
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