pub enum SencBoxVersion {
V0,
V1,
V2,
}Variants§
Trait Implementations§
Source§impl Clone for SencBoxVersion
impl Clone for SencBoxVersion
Source§fn clone(&self) -> SencBoxVersion
fn clone(&self) -> SencBoxVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SencBoxVersion
impl Debug for SencBoxVersion
Source§impl Default for SencBoxVersion
impl Default for SencBoxVersion
Source§fn default() -> SencBoxVersion
fn default() -> SencBoxVersion
Returns the “default value” for a type. Read more
Source§impl PartialEq for SencBoxVersion
impl PartialEq for SencBoxVersion
impl Eq for SencBoxVersion
impl StructuralPartialEq for SencBoxVersion
Auto Trait Implementations§
impl Freeze for SencBoxVersion
impl RefUnwindSafe for SencBoxVersion
impl Send for SencBoxVersion
impl Sync for SencBoxVersion
impl Unpin for SencBoxVersion
impl UnwindSafe for SencBoxVersion
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