Enum ebyte_e32::parameters::Persistence
source · pub enum Persistence {
Temporary,
Permanent,
}Variants
Temporary
Permanent
Trait Implementations
sourceimpl Clone for Persistence
impl Clone for Persistence
sourcefn clone(&self) -> Persistence
fn clone(&self) -> Persistence
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Persistence
impl Debug for Persistence
sourceimpl Default for Persistence
impl Default for Persistence
sourcefn default() -> Persistence
fn default() -> Persistence
Returns the “default value” for a type. Read more
sourceimpl From<Persistence> for u8
impl From<Persistence> for u8
sourcefn from(mode: Persistence) -> Self
fn from(mode: Persistence) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<Persistence> for Persistence
impl PartialEq<Persistence> for Persistence
sourcefn eq(&self, other: &Persistence) -> bool
fn eq(&self, other: &Persistence) -> bool
impl Copy for Persistence
impl Eq for Persistence
impl StructuralEq for Persistence
impl StructuralPartialEq for Persistence
Auto Trait Implementations
impl RefUnwindSafe for Persistence
impl Send for Persistence
impl Sync for Persistence
impl Unpin for Persistence
impl UnwindSafe for Persistence
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