pub struct Rg<'data>(pub &'data str);Expand description
Registro Geral, Cédula de Identidade
Tuple Fields§
§0: &'data strTrait Implementations§
Auto Trait Implementations§
impl<'data> Freeze for Rg<'data>
impl<'data> RefUnwindSafe for Rg<'data>
impl<'data> Send for Rg<'data>
impl<'data> Sync for Rg<'data>
impl<'data> Unpin for Rg<'data>
impl<'data> UnwindSafe for Rg<'data>
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