Struct SeccrErrie
#[repr(transparent)]pub struct SeccrErrie(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl SeccrErrie
impl SeccrErrie
Trait Implementations§
§impl Clone for SeccrErrie
impl Clone for SeccrErrie
§fn clone(&self) -> SeccrErrie
fn clone(&self) -> SeccrErrie
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for SeccrErrie
impl Ord for SeccrErrie
§impl PartialEq for SeccrErrie
impl PartialEq for SeccrErrie
§impl PartialOrd for SeccrErrie
impl PartialOrd for SeccrErrie
impl Copy for SeccrErrie
impl Eq for SeccrErrie
impl StructuralPartialEq for SeccrErrie
Auto Trait Implementations§
impl Freeze for SeccrErrie
impl RefUnwindSafe for SeccrErrie
impl Send for SeccrErrie
impl Sync for SeccrErrie
impl Unpin for SeccrErrie
impl UnwindSafe for SeccrErrie
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