pub struct LicenseText {
pub id: String,
pub text: String,
}Fields§
§id: String§text: StringTrait Implementations§
Source§impl Clone for LicenseText
impl Clone for LicenseText
Source§fn clone(&self) -> LicenseText
fn clone(&self) -> LicenseText
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LicenseText
impl RefUnwindSafe for LicenseText
impl Send for LicenseText
impl Sync for LicenseText
impl Unpin for LicenseText
impl UnwindSafe for LicenseText
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