#[repr(C)]pub struct ShumateLicense { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateLicense
impl RefUnwindSafe for ShumateLicense
impl !Send for ShumateLicense
impl !Sync for ShumateLicense
impl !Unpin for ShumateLicense
impl UnwindSafe for ShumateLicense
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