pub struct AutoloadProfile {
pub enabled: bool,
pub name: String,
}Expand description
A profile that should be automatically loaded
Fields§
§enabled: boolWhether autoloading is enabled
name: StringName of the profile
Trait Implementations§
Source§impl Debug for AutoloadProfile
impl Debug for AutoloadProfile
Source§impl<'de> Deserialize<'de> for AutoloadProfile
impl<'de> Deserialize<'de> for AutoloadProfile
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
impl Eq for AutoloadProfile
Source§impl PartialEq for AutoloadProfile
impl PartialEq for AutoloadProfile
Source§impl Serialize for AutoloadProfile
impl Serialize for AutoloadProfile
impl StructuralPartialEq for AutoloadProfile
Auto Trait Implementations§
impl Freeze for AutoloadProfile
impl RefUnwindSafe for AutoloadProfile
impl Send for AutoloadProfile
impl Sync for AutoloadProfile
impl Unpin for AutoloadProfile
impl UnsafeUnpin for AutoloadProfile
impl UnwindSafe for AutoloadProfile
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