pub struct LicenseTerms {
pub terms: String,
}Fields§
§terms: StringTrait Implementations§
Source§impl Clone for LicenseTerms
impl Clone for LicenseTerms
Source§fn clone(&self) -> LicenseTerms
fn clone(&self) -> LicenseTerms
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 LicenseTerms
impl Debug for LicenseTerms
Source§impl<'de> Deserialize<'de> for LicenseTerms
impl<'de> Deserialize<'de> for LicenseTerms
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 LicenseTerms
impl RefUnwindSafe for LicenseTerms
impl Send for LicenseTerms
impl Sync for LicenseTerms
impl Unpin for LicenseTerms
impl UnsafeUnpin for LicenseTerms
impl UnwindSafe for LicenseTerms
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