pub struct UpdateFileContentRequest<'a> {
pub uri: &'a str,
pub content: &'a str,
}Fields§
§uri: &'a str§content: &'a strTrait Implementations§
Source§impl<'a> Debug for UpdateFileContentRequest<'a>
impl<'a> Debug for UpdateFileContentRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdateFileContentRequest<'a>
impl<'a> RefUnwindSafe for UpdateFileContentRequest<'a>
impl<'a> Send for UpdateFileContentRequest<'a>
impl<'a> Sync for UpdateFileContentRequest<'a>
impl<'a> Unpin for UpdateFileContentRequest<'a>
impl<'a> UnwindSafe for UpdateFileContentRequest<'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