pub struct FilesAutoloadEntry { /* private fields */ }Expand description
Composer-style files autoload entry metadata.
Implementations§
Source§impl FilesAutoloadEntry
impl FilesAutoloadEntry
pub const fn new(path: AutoloadPath) -> FilesAutoloadEntry
pub const fn path(&self) -> &AutoloadPath
Trait Implementations§
Source§impl Clone for FilesAutoloadEntry
impl Clone for FilesAutoloadEntry
Source§fn clone(&self) -> FilesAutoloadEntry
fn clone(&self) -> FilesAutoloadEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FilesAutoloadEntry
impl Debug for FilesAutoloadEntry
Source§impl PartialEq for FilesAutoloadEntry
impl PartialEq for FilesAutoloadEntry
Source§fn eq(&self, other: &FilesAutoloadEntry) -> bool
fn eq(&self, other: &FilesAutoloadEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FilesAutoloadEntry
impl StructuralPartialEq for FilesAutoloadEntry
Auto Trait Implementations§
impl Freeze for FilesAutoloadEntry
impl RefUnwindSafe for FilesAutoloadEntry
impl Send for FilesAutoloadEntry
impl Sync for FilesAutoloadEntry
impl Unpin for FilesAutoloadEntry
impl UnsafeUnpin for FilesAutoloadEntry
impl UnwindSafe for FilesAutoloadEntry
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