enum BorrowedLifetimes {
Borrowed(BTreeSet<Lifetime>),
Static,
}
Variants§
Implementations§
source§impl BorrowedLifetimes
impl BorrowedLifetimes
fn de_lifetime(&self) -> Lifetime
fn de_lifetime_param(&self) -> Option<LifetimeParam>
Auto Trait Implementations§
impl Freeze for BorrowedLifetimes
impl RefUnwindSafe for BorrowedLifetimes
impl !Send for BorrowedLifetimes
impl !Sync for BorrowedLifetimes
impl Unpin for BorrowedLifetimes
impl UnwindSafe for BorrowedLifetimes
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