pub struct LendsTag {
pub span: Span,
pub name: NamePath,
}Fields§
§span: Span§name: NamePathTrait Implementations§
source§impl PartialEq for LendsTag
impl PartialEq for LendsTag
impl StructuralPartialEq for LendsTag
Auto Trait Implementations§
impl RefUnwindSafe for LendsTag
impl Send for LendsTag
impl Sync for LendsTag
impl Unpin for LendsTag
impl UnwindSafe for LendsTag
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