pub struct LicenseFeatures {
pub vault: bool,
pub cluster: bool,
}Fields§
§vault: bool§cluster: boolTrait Implementations§
Source§impl Clone for LicenseFeatures
impl Clone for LicenseFeatures
Source§fn clone(&self) -> LicenseFeatures
fn clone(&self) -> LicenseFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LicenseFeatures
impl Debug for LicenseFeatures
Source§impl Default for LicenseFeatures
impl Default for LicenseFeatures
Source§fn default() -> LicenseFeatures
fn default() -> LicenseFeatures
Returns the “default value” for a type. Read more
Source§impl Display for LicenseFeatures
impl Display for LicenseFeatures
impl Copy for LicenseFeatures
Auto Trait Implementations§
impl Freeze for LicenseFeatures
impl RefUnwindSafe for LicenseFeatures
impl Send for LicenseFeatures
impl Sync for LicenseFeatures
impl Unpin for LicenseFeatures
impl UnsafeUnpin for LicenseFeatures
impl UnwindSafe for LicenseFeatures
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