pub struct ComponentSDK {
pub is_valid: bool,
pub invalid_message: String,
pub license: Option<ComponentLicense>,
pub producer: Option<ComponentProducer>,
/* private fields */
}Fields§
§is_valid: bool§invalid_message: String§license: Option<ComponentLicense>§producer: Option<ComponentProducer>Implementations§
Source§impl ComponentSDK
impl ComponentSDK
Auto Trait Implementations§
impl Freeze for ComponentSDK
impl RefUnwindSafe for ComponentSDK
impl Send for ComponentSDK
impl Sync for ComponentSDK
impl Unpin for ComponentSDK
impl UnwindSafe for ComponentSDK
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