pub struct DecryptedPaste {
pub paste: String,
pub attachment: Option<String>,
pub attachment_name: Option<String>,
}Fields§
§paste: String§attachment: Option<String>§attachment_name: Option<String>Trait Implementations§
Source§impl Debug for DecryptedPaste
impl Debug for DecryptedPaste
Source§impl<'de> Deserialize<'de> for DecryptedPaste
impl<'de> Deserialize<'de> for DecryptedPaste
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 DecryptedPaste
impl RefUnwindSafe for DecryptedPaste
impl Send for DecryptedPaste
impl Sync for DecryptedPaste
impl Unpin for DecryptedPaste
impl UnsafeUnpin for DecryptedPaste
impl UnwindSafe for DecryptedPaste
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