pub struct Identicon {
pub left_arm: &'static str,
pub right_arm: &'static str,
pub body: &'static str,
pub accessory: &'static str,
pub color: u8,
}Fields§
§left_arm: &'static str§right_arm: &'static str§body: &'static str§accessory: &'static str§color: u8Trait Implementations§
impl StructuralPartialEq for Identicon
Auto Trait Implementations§
impl Freeze for Identicon
impl RefUnwindSafe for Identicon
impl Send for Identicon
impl Sync for Identicon
impl Unpin for Identicon
impl UnwindSafe for Identicon
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