pub struct resolution(/* private fields */);
Trait Implementations§
Source§impl Debug for resolution
impl Debug for resolution
Source§impl Default for resolution
impl Default for resolution
Source§impl IntoAttribute for resolution
impl IntoAttribute for resolution
Source§impl PartialEq for resolution
impl PartialEq for resolution
impl StructuralPartialEq for resolution
Auto Trait Implementations§
impl Freeze for resolution
impl RefUnwindSafe for resolution
impl Send for resolution
impl Sync for resolution
impl Unpin for resolution
impl UnwindSafe for resolution
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