pub struct Licenses(/* private fields */);
Expand description
License(s) under which contained software is distributed as an SPDX License Expression.
Implementations§
Trait Implementations§
Source§impl ComponentSection for Licenses
impl ComponentSection for Licenses
Source§impl From<Expression> for Licenses
impl From<Expression> for Licenses
Source§fn from(expression: Expression) -> Self
fn from(expression: Expression) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Licenses
Auto Trait Implementations§
impl Freeze for Licenses
impl RefUnwindSafe for Licenses
impl Send for Licenses
impl Sync for Licenses
impl Unpin for Licenses
impl UnwindSafe for Licenses
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