Enum StringLen
pub enum StringLen {
N(u32),
Max,
Default,
}Variants§
Trait Implementations§
impl StructuralPartialEq for StringLen
Auto Trait Implementations§
impl Freeze for StringLen
impl RefUnwindSafe for StringLen
impl Send for StringLen
impl Sync for StringLen
impl Unpin for StringLen
impl UnwindSafe for StringLen
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