pub struct Ia5StringSpec {
pub inner: Seq<char>,
}Fields§
§inner: Seq<char>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ia5StringSpec
impl RefUnwindSafe for Ia5StringSpec
impl Send for Ia5StringSpec
impl Sync for Ia5StringSpec
impl Unpin for Ia5StringSpec
impl UnsafeUnpin for Ia5StringSpec
impl UnwindSafe for Ia5StringSpec
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