Struct cl_ast::format::delimiters::Delimiters
source · pub struct Delimiters {
pub open: &'static str,
pub close: &'static str,
}
Fields§
§open: &'static str
§close: &'static str
Trait Implementations§
source§impl Clone for Delimiters
impl Clone for Delimiters
source§fn clone(&self) -> Delimiters
fn clone(&self) -> Delimiters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Delimiters
impl Debug for Delimiters
impl Copy for Delimiters
Auto Trait Implementations§
impl Freeze for Delimiters
impl RefUnwindSafe for Delimiters
impl Send for Delimiters
impl Sync for Delimiters
impl Unpin for Delimiters
impl UnwindSafe for Delimiters
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