Struct debian_copyright::LicenseParagraph
source · pub struct LicenseParagraph(/* private fields */);Implementations§
Trait Implementations§
source§impl From<LicenseParagraph> for License
impl From<LicenseParagraph> for License
source§fn from(p: LicenseParagraph) -> Self
fn from(p: LicenseParagraph) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LicenseParagraph
impl !RefUnwindSafe for LicenseParagraph
impl !Send for LicenseParagraph
impl !Sync for LicenseParagraph
impl Unpin for LicenseParagraph
impl !UnwindSafe for LicenseParagraph
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