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