pub struct ZigTestBlock {
pub name: String,
pub body: Vec<String>,
}Fields§
§name: String§body: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for ZigTestBlock
impl Clone for ZigTestBlock
Source§fn clone(&self) -> ZigTestBlock
fn clone(&self) -> ZigTestBlock
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 ZigTestBlock
impl RefUnwindSafe for ZigTestBlock
impl Send for ZigTestBlock
impl Sync for ZigTestBlock
impl Unpin for ZigTestBlock
impl UnsafeUnpin for ZigTestBlock
impl UnwindSafe for ZigTestBlock
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