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