pub struct Ident {
pub extent: Extent,
}Fields§
§extent: ExtentTrait Implementations§
impl Copy for Ident
Source§impl From<Ident> for PathedIdent
impl From<Ident> for PathedIdent
Source§fn from(other: Ident) -> PathedIdent
fn from(other: Ident) -> PathedIdent
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Ident
impl RefUnwindSafe for Ident
impl Send for Ident
impl Sync for Ident
impl Unpin for Ident
impl UnsafeUnpin for Ident
impl UnwindSafe for Ident
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