pub struct LLVMString { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for LLVMString
impl Clone for LLVMString
Source§fn clone(&self) -> LLVMString
fn clone(&self) -> LLVMString
Returns a copy 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 Display for LLVMString
impl Display for LLVMString
Source§impl From<&str> for LLVMString
impl From<&str> for LLVMString
Source§impl From<String> for LLVMString
impl From<String> for LLVMString
Source§impl Hash for LLVMString
impl Hash for LLVMString
Source§impl Ord for LLVMString
impl Ord for LLVMString
Source§fn cmp(&self, other: &LLVMString) -> Ordering
fn cmp(&self, other: &LLVMString) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LLVMString
impl PartialEq for LLVMString
Source§impl PartialOrd for LLVMString
impl PartialOrd for LLVMString
impl Eq for LLVMString
impl StructuralPartialEq for LLVMString
Auto Trait Implementations§
impl Freeze for LLVMString
impl RefUnwindSafe for LLVMString
impl Send for LLVMString
impl Sync for LLVMString
impl Unpin for LLVMString
impl UnwindSafe for LLVMString
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