pub struct AccountRecord {
pub user_id: String,
pub owner_name: String,
pub document: String,
pub status: String,
pub stark_pix_account_branch: String,
pub stark_pix_account_number: String,
pub bipa_name: String,
pub bipa_ispb: String,
pub stark_pix_keys: Vec<StarkPixKeyRecord>,
}Fields§
§user_id: String§owner_name: String§document: String§status: String§stark_pix_account_branch: String§stark_pix_account_number: String§bipa_name: String§bipa_ispb: String§stark_pix_keys: Vec<StarkPixKeyRecord>Trait Implementations§
Source§impl Clone for AccountRecord
impl Clone for AccountRecord
Source§fn clone(&self) -> AccountRecord
fn clone(&self) -> AccountRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccountRecord
impl Debug for AccountRecord
Auto Trait Implementations§
impl Freeze for AccountRecord
impl RefUnwindSafe for AccountRecord
impl Send for AccountRecord
impl Sync for AccountRecord
impl Unpin for AccountRecord
impl UnsafeUnpin for AccountRecord
impl UnwindSafe for AccountRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request