pub struct LicenseRule;
Trait Implementations§
Source§impl HasField<__typename> for LicenseRule
impl HasField<__typename> for LicenseRule
Source§impl HasField<description> for LicenseRule
impl HasField<description> for LicenseRule
Source§impl HasField<key> for LicenseRule
impl HasField<key> for LicenseRule
Source§impl HasField<label> for LicenseRule
impl HasField<label> for LicenseRule
Auto Trait Implementations§
impl Freeze for LicenseRule
impl RefUnwindSafe for LicenseRule
impl Send for LicenseRule
impl Sync for LicenseRule
impl Unpin for LicenseRule
impl UnwindSafe for LicenseRule
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