Struct nvim_gtk::project::ProjectSettings
source · [−]struct ProjectSettings {
projects: Vec<ProjectEntrySettings>,
}Fields
projects: Vec<ProjectEntrySettings>Implementations
sourceimpl ProjectSettings
impl ProjectSettings
fn new(projects: Vec<ProjectEntrySettings>) -> ProjectSettings
Trait Implementations
sourceimpl Default for ProjectSettings
impl Default for ProjectSettings
sourcefn default() -> ProjectSettings
fn default() -> ProjectSettings
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ProjectSettings
impl<'de> Deserialize<'de> for ProjectSettings
sourcefn 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
sourceimpl Serialize for ProjectSettings
impl Serialize for ProjectSettings
sourceimpl SettingsLoader for ProjectSettings
impl SettingsLoader for ProjectSettings
Auto Trait Implementations
impl RefUnwindSafe for ProjectSettings
impl Send for ProjectSettings
impl Sync for ProjectSettings
impl Unpin for ProjectSettings
impl UnwindSafe for ProjectSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more