pub struct SdrCount;Trait Implementations§
impl Copy for SdrCount
impl StructuralPartialEq for SdrCount
Auto Trait Implementations§
impl Freeze for SdrCount
impl RefUnwindSafe for SdrCount
impl Send for SdrCount
impl Sync for SdrCount
impl Unpin for SdrCount
impl UnwindSafe for SdrCount
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