struct ElemToClone {
name: String,
alias: Option<String>,
borrow_kind: BorrowKind,
}
Fields§
§name: String
§alias: Option<String>
§borrow_kind: BorrowKind
Implementations§
source§impl ElemToClone
impl ElemToClone
fn to_str_before(&self) -> String
fn to_str_after(&self, wrapper_kind: &Option<WrapperKind>) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElemToClone
impl RefUnwindSafe for ElemToClone
impl Send for ElemToClone
impl Sync for ElemToClone
impl Unpin for ElemToClone
impl UnwindSafe for ElemToClone
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