pub struct Ampas;Expand description
The Academy of Motion Picture Arts and Sciences BSD.
Trait Implementations§
Source§impl License for Ampas
impl License for Ampas
Source§fn is_osi_approved(&self) -> bool
fn is_osi_approved(&self) -> bool
Says if the license is OSI approved. Read more
Source§fn is_fsf_libre(&self) -> bool
fn is_fsf_libre(&self) -> bool
Says if the license is FSF Libre. Read more
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the license is deprecated.
Source§impl Ord for Ampas
impl Ord for Ampas
Source§impl PartialOrd for Ampas
impl PartialOrd for Ampas
impl Copy for Ampas
impl Eq for Ampas
impl StructuralPartialEq for Ampas
Auto Trait Implementations§
impl Freeze for Ampas
impl RefUnwindSafe for Ampas
impl Send for Ampas
impl Sync for Ampas
impl Unpin for Ampas
impl UnwindSafe for Ampas
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