pub struct TyRef {
pub mutable: Mutability,
pub count: u16,
pub to: Path,
}
Fields§
§mutable: Mutability
§count: u16
§to: Path
Trait Implementations§
source§impl PartialEq for TyRef
impl PartialEq for TyRef
impl Eq for TyRef
impl StructuralPartialEq for TyRef
Auto Trait Implementations§
impl Freeze for TyRef
impl RefUnwindSafe for TyRef
impl Send for TyRef
impl Sync for TyRef
impl Unpin for TyRef
impl UnwindSafe for TyRef
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