pub struct Remote<'a> {
pub attrs: Container,
pub ty: &'a Type,
pub crate_path: Path,
}Fields§
§attrs: Container§ty: &'a Type§crate_path: PathImplementations§
Auto Trait Implementations§
impl<'a> Freeze for Remote<'a>
impl<'a> RefUnwindSafe for Remote<'a>
impl<'a> !Send for Remote<'a>
impl<'a> !Sync for Remote<'a>
impl<'a> Unpin for Remote<'a>
impl<'a> UnwindSafe for Remote<'a>
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