pub enum ContentLicense {
AllRightsReserved,
CreativeCommons,
RevenueShare,
OpenSource,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ContentLicense
impl Clone for ContentLicense
Source§fn clone(&self) -> ContentLicense
fn clone(&self) -> ContentLicense
Returns a duplicate 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 ContentLicense
impl Debug for ContentLicense
Source§impl Hash for ContentLicense
impl Hash for ContentLicense
Source§impl PartialEq for ContentLicense
impl PartialEq for ContentLicense
impl Copy for ContentLicense
impl Eq for ContentLicense
impl StructuralPartialEq for ContentLicense
Auto Trait Implementations§
impl Freeze for ContentLicense
impl RefUnwindSafe for ContentLicense
impl Send for ContentLicense
impl Sync for ContentLicense
impl Unpin for ContentLicense
impl UnsafeUnpin for ContentLicense
impl UnwindSafe for ContentLicense
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