pub struct Ltsv {
pub sep1: String,
pub sep2: String,
}Fields§
§sep1: String§sep2: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ltsv
impl RefUnwindSafe for Ltsv
impl Send for Ltsv
impl Sync for Ltsv
impl Unpin for Ltsv
impl UnsafeUnpin for Ltsv
impl UnwindSafe for Ltsv
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