pub struct AnsiString(/* private fields */);Implementations§
Source§impl AnsiString
impl AnsiString
pub fn new(s: String) -> Self
Trait Implementations§
Source§impl Clone for AnsiString
impl Clone for AnsiString
Source§fn clone(&self) -> AnsiString
fn clone(&self) -> AnsiString
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnsiString
impl Debug for AnsiString
Source§impl Display for AnsiString
impl Display for AnsiString
Source§impl PartialEq for AnsiString
impl PartialEq for AnsiString
impl StructuralPartialEq for AnsiString
Auto Trait Implementations§
impl Freeze for AnsiString
impl RefUnwindSafe for AnsiString
impl Send for AnsiString
impl Sync for AnsiString
impl Unpin for AnsiString
impl UnwindSafe for AnsiString
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