pub struct DeleteSnippetRequest {
pub shortcut: String,
}Expand description
Request model for deleting a snippet
Fields§
§shortcut: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for DeleteSnippetRequest
impl<'de> Deserialize<'de> for DeleteSnippetRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeleteSnippetRequest
impl RefUnwindSafe for DeleteSnippetRequest
impl Send for DeleteSnippetRequest
impl Sync for DeleteSnippetRequest
impl Unpin for DeleteSnippetRequest
impl UnsafeUnpin for DeleteSnippetRequest
impl UnwindSafe for DeleteSnippetRequest
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