Struct bundlrs::api::pastes::edit_request
source · pub struct edit_request;
Expand description
Edit a paste
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for edit_request
impl Send for edit_request
impl Sync for edit_request
impl Unpin for edit_request
impl UnwindSafe for edit_request
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