pub struct ReadmeValidatorParams {
pub readme_data: String,
}
Fields§
§readme_data: String
Implementations§
Source§impl ReadmeValidatorParams
impl ReadmeValidatorParams
pub fn new(readme_data: String) -> ReadmeValidatorParams
Trait Implementations§
Source§impl Clone for ReadmeValidatorParams
impl Clone for ReadmeValidatorParams
Source§fn clone(&self) -> ReadmeValidatorParams
fn clone(&self) -> ReadmeValidatorParams
Returns a copy of the value. Read more
1.0.0 · 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 ReadmeValidatorParams
impl Debug for ReadmeValidatorParams
Source§impl Default for ReadmeValidatorParams
impl Default for ReadmeValidatorParams
Source§fn default() -> ReadmeValidatorParams
fn default() -> ReadmeValidatorParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReadmeValidatorParams
impl<'de> Deserialize<'de> for ReadmeValidatorParams
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
Source§impl PartialEq for ReadmeValidatorParams
impl PartialEq for ReadmeValidatorParams
Source§impl Serialize for ReadmeValidatorParams
impl Serialize for ReadmeValidatorParams
impl Eq for ReadmeValidatorParams
impl StructuralPartialEq for ReadmeValidatorParams
Auto Trait Implementations§
impl Freeze for ReadmeValidatorParams
impl RefUnwindSafe for ReadmeValidatorParams
impl Send for ReadmeValidatorParams
impl Sync for ReadmeValidatorParams
impl Unpin for ReadmeValidatorParams
impl UnwindSafe for ReadmeValidatorParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.