pub struct Name {
pub id: u32,
pub files: Vec<File>,
}Fields§
§id: u32§files: Vec<File>Implementations§
Source§impl Name
impl Name
pub fn new(id: u32) -> Self
pub fn append_file(&mut self, filename: &Utf8Path, attrs: FileAttributes)
Trait Implementations§
Source§impl PayloadTrait for Name
impl PayloadTrait for Name
impl Eq for Name
impl StructuralPartialEq for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
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