Struct leetcoderustapi::resources::Descryption
source · pub struct Descryption {
pub name: String,
pub content: String,
}Fields§
§name: String§content: StringTrait Implementations§
source§impl Debug for Descryption
impl Debug for Descryption
source§impl<'de> Deserialize<'de> for Descryption
impl<'de> Deserialize<'de> for Descryption
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 RefUnwindSafe for Descryption
impl Send for Descryption
impl Sync for Descryption
impl Unpin for Descryption
impl UnwindSafe for Descryption
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