pub enum Texticule {
TexticuleProp(JboProp),
TexticuleSide(SideType, Box<Texticule>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Texticule
impl !RefUnwindSafe for Texticule
impl Send for Texticule
impl Sync for Texticule
impl Unpin for Texticule
impl UnsafeUnpin for Texticule
impl !UnwindSafe for Texticule
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