Struct ERole
#[repr(transparent)]pub struct ERole(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for ERole
impl Eq for ERole
impl StructuralPartialEq for ERole
Auto Trait Implementations§
impl Freeze for ERole
impl RefUnwindSafe for ERole
impl Send for ERole
impl Sync for ERole
impl Unpin for ERole
impl UnwindSafe for ERole
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