pub struct SynFile {
pub items: Vec<Item>,
}Fields§
§items: Vec<Item>Trait Implementations§
impl StructuralPartialEq for SynFile
Auto Trait Implementations§
impl Freeze for SynFile
impl RefUnwindSafe for SynFile
impl Send for SynFile
impl Sync for SynFile
impl Unpin for SynFile
impl UnsafeUnpin for SynFile
impl UnwindSafe for SynFile
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