pub struct VersionIdRef<'a>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a> AsRef<str> for VersionIdRef<'a>
impl<'a> AsRef<str> for VersionIdRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for VersionIdRef<'a>
impl<'a> RefUnwindSafe for VersionIdRef<'a>
impl<'a> Send for VersionIdRef<'a>
impl<'a> Sync for VersionIdRef<'a>
impl<'a> Unpin for VersionIdRef<'a>
impl<'a> UnwindSafe for VersionIdRef<'a>
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