Struct EApiCategories
#[repr(transparent)]pub struct EApiCategories(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EApiCategories
impl Clone for EApiCategories
§fn clone(&self) -> EApiCategories
fn clone(&self) -> EApiCategories
Returns a copy 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 more§impl Debug for EApiCategories
impl Debug for EApiCategories
§impl Default for EApiCategories
impl Default for EApiCategories
§fn default() -> EApiCategories
fn default() -> EApiCategories
Returns the “default value” for a type. Read more
§impl PartialEq for EApiCategories
impl PartialEq for EApiCategories
impl Copy for EApiCategories
impl Eq for EApiCategories
impl StructuralPartialEq for EApiCategories
Auto Trait Implementations§
impl Freeze for EApiCategories
impl RefUnwindSafe for EApiCategories
impl Send for EApiCategories
impl Sync for EApiCategories
impl Unpin for EApiCategories
impl UnwindSafe for EApiCategories
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