pub struct RegistAcctType;Expand description
RegistAcctType (493).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegistAcctType
impl RefUnwindSafe for RegistAcctType
impl Send for RegistAcctType
impl Sync for RegistAcctType
impl Unpin for RegistAcctType
impl UnsafeUnpin for RegistAcctType
impl UnwindSafe for RegistAcctType
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