pub struct JoinerState {
pub sep: String,
/* private fields */
}Expand description
State for one joiner(sep?) instance.
Fields§
§sep: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinerState
impl RefUnwindSafe for JoinerState
impl Send for JoinerState
impl Sync for JoinerState
impl Unpin for JoinerState
impl UnwindSafe for JoinerState
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