pub struct licenseInfo;
Trait Implementations§
Source§impl Field for licenseInfo
impl Field for licenseInfo
Source§impl HasField<licenseInfo> for Repository
impl HasField<licenseInfo> for Repository
Auto Trait Implementations§
impl Freeze for licenseInfo
impl RefUnwindSafe for licenseInfo
impl Send for licenseInfo
impl Sync for licenseInfo
impl Unpin for licenseInfo
impl UnwindSafe for licenseInfo
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