pub struct Wish {
pub any_of: CharSet,
pub depth: usize,
}Expand description
Something that is required by the state of a LOC list
Fields§
§any_of: CharSet§depth: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Wish
impl RefUnwindSafe for Wish
impl Send for Wish
impl Sync for Wish
impl Unpin for Wish
impl UnwindSafe for Wish
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