pub struct realised_string { /* private fields */ }Trait Implementations§
Source§impl Clone for realised_string
impl Clone for realised_string
Source§fn clone(&self) -> realised_string
fn clone(&self) -> realised_string
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 realised_string
impl Debug for realised_string
impl Copy for realised_string
Auto Trait Implementations§
impl Freeze for realised_string
impl RefUnwindSafe for realised_string
impl Send for realised_string
impl Sync for realised_string
impl Unpin for realised_string
impl UnwindSafe for realised_string
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