pub enum LicenseGetBasicStatusParts {
None,
}
Expand description
API parts for the License Get Basic Status API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for LicenseGetBasicStatusParts
impl Clone for LicenseGetBasicStatusParts
Source§fn clone(&self) -> LicenseGetBasicStatusParts
fn clone(&self) -> LicenseGetBasicStatusParts
Returns a copy 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 LicenseGetBasicStatusParts
impl Debug for LicenseGetBasicStatusParts
impl Eq for LicenseGetBasicStatusParts
impl StructuralPartialEq for LicenseGetBasicStatusParts
Auto Trait Implementations§
impl Freeze for LicenseGetBasicStatusParts
impl RefUnwindSafe for LicenseGetBasicStatusParts
impl Send for LicenseGetBasicStatusParts
impl Sync for LicenseGetBasicStatusParts
impl Unpin for LicenseGetBasicStatusParts
impl UnwindSafe for LicenseGetBasicStatusParts
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