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