pub struct ConfigWithoutPosition {
pub settings: SettingsWithoutPosition,
pub vars: VarsWithoutPosition,
}Fields§
§settings: SettingsWithoutPosition§vars: VarsWithoutPositionTrait Implementations§
Source§impl Debug for ConfigWithoutPosition
impl Debug for ConfigWithoutPosition
Source§impl PartialEq for ConfigWithoutPosition
impl PartialEq for ConfigWithoutPosition
impl StructuralPartialEq for ConfigWithoutPosition
Auto Trait Implementations§
impl Freeze for ConfigWithoutPosition
impl RefUnwindSafe for ConfigWithoutPosition
impl Send for ConfigWithoutPosition
impl Sync for ConfigWithoutPosition
impl Unpin for ConfigWithoutPosition
impl UnsafeUnpin for ConfigWithoutPosition
impl UnwindSafe for ConfigWithoutPosition
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