pub struct ConfigLine {
pub name: String,
pub values: Vec<Value>,
}Fields§
§name: String§values: Vec<Value>Trait Implementations§
Source§impl Clone for ConfigLine
impl Clone for ConfigLine
Source§fn clone(&self) -> ConfigLine
fn clone(&self) -> ConfigLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConfigLine
impl RefUnwindSafe for ConfigLine
impl Send for ConfigLine
impl Sync for ConfigLine
impl Unpin for ConfigLine
impl UnwindSafe for ConfigLine
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