pub struct RefTy {
pub mutable: bool,
pub lifetime: Option<TokenStream>,
pub rest: Ty,
}Fields§
§mutable: bool§lifetime: Option<TokenStream>§rest: TyTrait Implementations§
Auto Trait Implementations§
impl !Send for RefTy
impl !Sync for RefTy
impl Freeze for RefTy
impl RefUnwindSafe for RefTy
impl Unpin for RefTy
impl UnsafeUnpin for RefTy
impl UnwindSafe for RefTy
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