pub struct SecCode(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for SecCode
impl Ord for SecCode
Source§impl PartialOrd for SecCode
impl PartialOrd for SecCode
impl Copy for SecCode
impl Eq for SecCode
impl StructuralPartialEq for SecCode
Auto Trait Implementations§
impl Freeze for SecCode
impl RefUnwindSafe for SecCode
impl Send for SecCode
impl Sync for SecCode
impl Unpin for SecCode
impl UnwindSafe for SecCode
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