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