pub struct BankService { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for BankService
impl RefUnwindSafe for BankService
impl Send for BankService
impl Sync for BankService
impl Unpin for BankService
impl UnwindSafe for BankService
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