pub struct licenses;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for licenses
impl RefUnwindSafe for licenses
impl Send for licenses
impl Sync for licenses
impl Unpin for licenses
impl UnwindSafe for licenses
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