pub struct OnceSep {
pub separator: Expression,
pub expression: Expression,
}Expand description
Basic data structures and functions
Fields§
§separator: Expression§expression: ExpressionTrait Implementations§
Auto Trait Implementations§
impl Freeze for OnceSep
impl RefUnwindSafe for OnceSep
impl Send for OnceSep
impl Sync for OnceSep
impl Unpin for OnceSep
impl UnwindSafe for OnceSep
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