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