pub enum StringKind {
Remote,
Local,
Mixed,
}Variants§
Trait Implementations§
Source§impl Clone for StringKind
impl Clone for StringKind
Source§fn clone(&self) -> StringKind
fn clone(&self) -> StringKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringKind
impl Debug for StringKind
Source§impl PartialEq for StringKind
impl PartialEq for StringKind
impl Copy for StringKind
impl StructuralPartialEq for StringKind
Auto Trait Implementations§
impl Freeze for StringKind
impl RefUnwindSafe for StringKind
impl Send for StringKind
impl Sync for StringKind
impl Unpin for StringKind
impl UnwindSafe for StringKind
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