pub struct RedditApiGetByIdNamesPath {
pub names: String,
}Fields§
§names: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for RedditApiGetByIdNamesPath
impl<'de> Deserialize<'de> for RedditApiGetByIdNamesPath
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 RedditApiGetByIdNamesPath
impl RefUnwindSafe for RedditApiGetByIdNamesPath
impl Send for RedditApiGetByIdNamesPath
impl Sync for RedditApiGetByIdNamesPath
impl Unpin for RedditApiGetByIdNamesPath
impl UnsafeUnpin for RedditApiGetByIdNamesPath
impl UnwindSafe for RedditApiGetByIdNamesPath
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