pub struct DeveloperConfig {
pub note_roots: Vec<String>,
}Fields§
§note_roots: Vec<String>Implementations§
Source§impl DeveloperConfig
impl DeveloperConfig
pub fn effective_note_roots(&self, project_note_roots: &[String]) -> Vec<String>
Trait Implementations§
Source§impl Clone for DeveloperConfig
impl Clone for DeveloperConfig
Source§fn clone(&self) -> DeveloperConfig
fn clone(&self) -> DeveloperConfig
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 DeveloperConfig
impl Debug for DeveloperConfig
Source§impl Default for DeveloperConfig
impl Default for DeveloperConfig
Source§fn default() -> DeveloperConfig
fn default() -> DeveloperConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeveloperConfig
impl<'de> Deserialize<'de> for DeveloperConfig
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
Auto Trait Implementations§
impl Freeze for DeveloperConfig
impl RefUnwindSafe for DeveloperConfig
impl Send for DeveloperConfig
impl Sync for DeveloperConfig
impl Unpin for DeveloperConfig
impl UnsafeUnpin for DeveloperConfig
impl UnwindSafe for DeveloperConfig
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