pub struct ProjectRef { /* private fields */ }Implementations§
Source§impl ProjectRef
impl ProjectRef
Trait Implementations§
Source§impl Debug for ProjectRef
impl Debug for ProjectRef
Source§impl<'de> Deserialize<'de> for ProjectRef
impl<'de> Deserialize<'de> for ProjectRef
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PathBuf> for ProjectRef
impl From<PathBuf> for ProjectRef
Auto Trait Implementations§
impl Freeze for ProjectRef
impl RefUnwindSafe for ProjectRef
impl Send for ProjectRef
impl Sync for ProjectRef
impl Unpin for ProjectRef
impl UnwindSafe for ProjectRef
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more