pub struct EnvironmentIndex {
pub index: u8,
}Fields§
§index: u8Trait Implementations§
Source§impl Clone for EnvironmentIndex
impl Clone for EnvironmentIndex
Source§fn clone(&self) -> EnvironmentIndex
fn clone(&self) -> EnvironmentIndex
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 EnvironmentIndex
impl Debug for EnvironmentIndex
Source§impl Default for EnvironmentIndex
impl Default for EnvironmentIndex
Source§impl Display for EnvironmentIndex
impl Display for EnvironmentIndex
Source§impl From<u8> for EnvironmentIndex
impl From<u8> for EnvironmentIndex
Source§impl PartialEq for EnvironmentIndex
impl PartialEq for EnvironmentIndex
impl StructuralPartialEq for EnvironmentIndex
Auto Trait Implementations§
impl Freeze for EnvironmentIndex
impl RefUnwindSafe for EnvironmentIndex
impl Send for EnvironmentIndex
impl Sync for EnvironmentIndex
impl Unpin for EnvironmentIndex
impl UnwindSafe for EnvironmentIndex
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