pub struct FIGure<'a> {
pub characters: Vec<&'a FIGcharacter>,
pub height: u32,
}
Expand description
the matched ascii arts of string literal
Fields§
§characters: Vec<&'a FIGcharacter>
§height: u32
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FIGure<'a>
impl<'a> RefUnwindSafe for FIGure<'a>
impl<'a> Send for FIGure<'a>
impl<'a> Sync for FIGure<'a>
impl<'a> Unpin for FIGure<'a>
impl<'a> UnwindSafe for FIGure<'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