pub struct RegistryGetReadmeResponse {
pub readme: String,
}Expand description
RegistryGetReadmeResponse model.
Fields§
§readme: StringTrait Implementations§
Source§impl Clone for RegistryGetReadmeResponse
impl Clone for RegistryGetReadmeResponse
Source§fn clone(&self) -> RegistryGetReadmeResponse
fn clone(&self) -> RegistryGetReadmeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegistryGetReadmeResponse
impl Debug for RegistryGetReadmeResponse
Source§impl Default for RegistryGetReadmeResponse
impl Default for RegistryGetReadmeResponse
Source§fn default() -> RegistryGetReadmeResponse
fn default() -> RegistryGetReadmeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegistryGetReadmeResponse
impl<'de> Deserialize<'de> for RegistryGetReadmeResponse
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
impl StructuralPartialEq for RegistryGetReadmeResponse
Auto Trait Implementations§
impl Freeze for RegistryGetReadmeResponse
impl RefUnwindSafe for RegistryGetReadmeResponse
impl Send for RegistryGetReadmeResponse
impl Sync for RegistryGetReadmeResponse
impl Unpin for RegistryGetReadmeResponse
impl UnsafeUnpin for RegistryGetReadmeResponse
impl UnwindSafe for RegistryGetReadmeResponse
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