pub struct ClassmapEntry { /* private fields */ }Expand description
Classmap entry metadata.
Implementations§
Source§impl ClassmapEntry
impl ClassmapEntry
pub fn new(class_name: &str, path: AutoloadPath) -> Self
pub fn class_name(&self) -> &str
pub const fn path(&self) -> &AutoloadPath
Trait Implementations§
Source§impl Clone for ClassmapEntry
impl Clone for ClassmapEntry
Source§fn clone(&self) -> ClassmapEntry
fn clone(&self) -> ClassmapEntry
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 ClassmapEntry
impl Debug for ClassmapEntry
Source§impl PartialEq for ClassmapEntry
impl PartialEq for ClassmapEntry
Source§fn eq(&self, other: &ClassmapEntry) -> bool
fn eq(&self, other: &ClassmapEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClassmapEntry
impl StructuralPartialEq for ClassmapEntry
Auto Trait Implementations§
impl Freeze for ClassmapEntry
impl RefUnwindSafe for ClassmapEntry
impl Send for ClassmapEntry
impl Sync for ClassmapEntry
impl Unpin for ClassmapEntry
impl UnsafeUnpin for ClassmapEntry
impl UnwindSafe for ClassmapEntry
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