pub struct ConfigBlock {
pub name: Name,
pub entries: Vec<Assign>,
pub span: Span,
}Fields§
§name: Name§entries: Vec<Assign>§span: SpanTrait Implementations§
Source§impl Clone for ConfigBlock
impl Clone for ConfigBlock
Source§fn clone(&self) -> ConfigBlock
fn clone(&self) -> ConfigBlock
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 moreAuto Trait Implementations§
impl Freeze for ConfigBlock
impl RefUnwindSafe for ConfigBlock
impl Send for ConfigBlock
impl Sync for ConfigBlock
impl Unpin for ConfigBlock
impl UnsafeUnpin for ConfigBlock
impl UnwindSafe for ConfigBlock
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