pub struct Identicode {
pub version: u32,
pub languages: Vec<String>,
pub branches: Vec<String>,
pub oses: Vec<String>,
pub others: Vec<String>,
/* private fields */
}
Fields§
§version: u32
§languages: Vec<String>
§branches: Vec<String>
§oses: Vec<String>
§others: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Identicode
impl RefUnwindSafe for Identicode
impl Send for Identicode
impl Sync for Identicode
impl Unpin for Identicode
impl UnwindSafe for Identicode
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