struct BorrowAttribute {
path: Path,
lifetimes: Option<BTreeSet<Lifetime>>,
}
Fields§
§path: Path
§lifetimes: Option<BTreeSet<Lifetime>>
Auto Trait Implementations§
impl Freeze for BorrowAttribute
impl RefUnwindSafe for BorrowAttribute
impl !Send for BorrowAttribute
impl !Sync for BorrowAttribute
impl Unpin for BorrowAttribute
impl UnwindSafe for BorrowAttribute
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