pub enum RucType {
NaturalPerson,
JuridicalEntity,
PublicEntity,
}Variants§
Trait Implementations§
impl Copy for RucType
impl Eq for RucType
impl StructuralPartialEq for RucType
Auto Trait Implementations§
impl Freeze for RucType
impl RefUnwindSafe for RucType
impl Send for RucType
impl Sync for RucType
impl Unpin for RucType
impl UnsafeUnpin for RucType
impl UnwindSafe for RucType
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