Enum mysql_plugin_api::types::License
source · [−]#[repr(i32)]
pub enum License {
Proprietary,
Gpl,
Bsd,
}
Expand description
The license under which the plugin is being published.
Variants
Proprietary
A proprietary license.
Gpl
The GNU General Public License.
Bsd
The BSD license.
Trait Implementations
sourceimpl PartialEq<License> for License
impl PartialEq<License> for License
impl Copy for License
impl Eq for License
impl StructuralEq for License
impl StructuralPartialEq for License
Auto Trait Implementations
impl RefUnwindSafe for License
impl Send for License
impl Sync for License
impl Unpin for License
impl UnwindSafe for License
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more