pub struct YamlStruct {
pub name: String,
pub file: String,
pub line: usize,
}Expand description
YAML representation of a struct.
Fields§
§name: String§file: String§line: usizeTrait Implementations§
Source§impl Debug for YamlStruct
impl Debug for YamlStruct
Auto Trait Implementations§
impl Freeze for YamlStruct
impl RefUnwindSafe for YamlStruct
impl Send for YamlStruct
impl Sync for YamlStruct
impl Unpin for YamlStruct
impl UnwindSafe for YamlStruct
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