pub struct Class<'a> {
pub name: &'static str,
/* private fields */
}
Fields§
§name: &'static str
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Class<'a>
impl<'a> !RefUnwindSafe for Class<'a>
impl<'a> !Send for Class<'a>
impl<'a> !Sync for Class<'a>
impl<'a> Unpin for Class<'a>
impl<'a> !UnwindSafe for Class<'a>
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