pub struct SkillsExtraRootsSetParams {
pub extra_roots: Vec<AbsolutePathBuf>,
}Fields§
§extra_roots: Vec<AbsolutePathBuf>Trait Implementations§
Source§impl Clone for SkillsExtraRootsSetParams
impl Clone for SkillsExtraRootsSetParams
Source§fn clone(&self) -> SkillsExtraRootsSetParams
fn clone(&self) -> SkillsExtraRootsSetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SkillsExtraRootsSetParams
impl Debug for SkillsExtraRootsSetParams
Source§impl<'de> Deserialize<'de> for SkillsExtraRootsSetParams
impl<'de> Deserialize<'de> for SkillsExtraRootsSetParams
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 PartialEq for SkillsExtraRootsSetParams
impl PartialEq for SkillsExtraRootsSetParams
Source§fn eq(&self, other: &SkillsExtraRootsSetParams) -> bool
fn eq(&self, other: &SkillsExtraRootsSetParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkillsExtraRootsSetParams
Auto Trait Implementations§
impl Freeze for SkillsExtraRootsSetParams
impl RefUnwindSafe for SkillsExtraRootsSetParams
impl Send for SkillsExtraRootsSetParams
impl Sync for SkillsExtraRootsSetParams
impl Unpin for SkillsExtraRootsSetParams
impl UnsafeUnpin for SkillsExtraRootsSetParams
impl UnwindSafe for SkillsExtraRootsSetParams
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