pub struct DepView<'c> { /* private fields */ }Implementations§
Source§impl<'c> DepView<'c>
Actual accessors
impl<'c> DepView<'c>
Actual accessors
pub fn target_pkg(&self) -> SinglePkgView<'_>
pub fn target_ver(&self) -> String
pub fn comp_type(&self) -> String
pub fn dep_type(&self) -> String
Auto Trait Implementations§
impl<'c> Freeze for DepView<'c>
impl<'c> RefUnwindSafe for DepView<'c>
impl<'c> !Send for DepView<'c>
impl<'c> !Sync for DepView<'c>
impl<'c> Unpin for DepView<'c>
impl<'c> UnwindSafe for DepView<'c>
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