pub struct RtObjectCmp;Expand description
Object comparison utilities.
Implementations§
Auto Trait Implementations§
impl Freeze for RtObjectCmp
impl RefUnwindSafe for RtObjectCmp
impl Send for RtObjectCmp
impl Sync for RtObjectCmp
impl Unpin for RtObjectCmp
impl UnsafeUnpin for RtObjectCmp
impl UnwindSafe for RtObjectCmp
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