pub enum IntercomString {
BString(BString),
CString(CString),
String(String),
}Variants§
Trait Implementations§
Source§impl Clone for IntercomString
impl Clone for IntercomString
Source§fn clone(&self) -> IntercomString
fn clone(&self) -> IntercomString
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 IntercomString
impl Debug for IntercomString
Source§impl From<BString> for IntercomString
impl From<BString> for IntercomString
Source§impl From<CString> for IntercomString
impl From<CString> for IntercomString
Source§impl From<String> for IntercomString
impl From<String> for IntercomString
Source§impl TryFrom<IntercomString> for BString
impl TryFrom<IntercomString> for BString
Source§impl TryFrom<IntercomString> for CString
impl TryFrom<IntercomString> for CString
Auto Trait Implementations§
impl Freeze for IntercomString
impl RefUnwindSafe for IntercomString
impl !Send for IntercomString
impl !Sync for IntercomString
impl Unpin for IntercomString
impl UnwindSafe for IntercomString
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ExternDefault for T
impl<T> ExternDefault for T
Source§unsafe fn extern_default() -> T
unsafe fn extern_default() -> T
Safety Read more