pub struct RefSpec {
pub kind: &'static [u8],
pub target: Moniker,
pub confidence: &'static [u8],
pub position: Position,
pub receiver_hint: &'static [u8],
pub alias: &'static [u8],
}Fields§
§kind: &'static [u8]§target: Moniker§confidence: &'static [u8]§position: Position§receiver_hint: &'static [u8]§alias: &'static [u8]Auto Trait Implementations§
impl Freeze for RefSpec
impl RefUnwindSafe for RefSpec
impl Send for RefSpec
impl Sync for RefSpec
impl Unpin for RefSpec
impl UnsafeUnpin for RefSpec
impl UnwindSafe for RefSpec
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