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