pub struct Credits { /* private fields */ }Expand description
Cloneable access to one credit database.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Credits
impl RefUnwindSafe for Credits
impl Send for Credits
impl Sync for Credits
impl Unpin for Credits
impl UnsafeUnpin for Credits
impl UnwindSafe for Credits
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