pub struct VStruct<'a> {
pub elts: Vec<Argument<'a>>,
}Fields§
§elts: Vec<Argument<'a>>Trait Implementations§
Source§impl Format for VStruct<'_>
impl Format for VStruct<'_>
fn get_oneline(&self) -> String
fn get_multiline(&self, indent: usize, max: usize) -> String
Source§impl FormatColored for VStruct<'_>
impl FormatColored for VStruct<'_>
fn get_oneline_colored(&self) -> String
fn get_multiline_colored(&self, indent: usize, max: usize) -> String
Auto Trait Implementations§
impl<'a> Freeze for VStruct<'a>
impl<'a> RefUnwindSafe for VStruct<'a>
impl<'a> Send for VStruct<'a>
impl<'a> Sync for VStruct<'a>
impl<'a> Unpin for VStruct<'a>
impl<'a> UnwindSafe for VStruct<'a>
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