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