pub struct Info {
pub len: usize,
pub typ: Option<Type>,
}
Expand description
Information about the suffix
Fields§
§len: usize
§typ: Option<Type>
Trait Implementations§
Source§impl Ord for Info
impl Ord for Info
Source§impl PartialOrd for Info
impl PartialOrd for Info
impl Copy for Info
impl Eq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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