pub struct CmlFragments {
pub tokens: Vec<String>,
pub relations: Vec<String>,
}Fields§
§tokens: Vec<String>§relations: Vec<String>Implementations§
Source§impl CmlFragments
impl CmlFragments
Trait Implementations§
Source§impl Clone for CmlFragments
impl Clone for CmlFragments
Source§fn clone(&self) -> CmlFragments
fn clone(&self) -> CmlFragments
Returns a duplicate 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 CmlFragmentsExt for CmlFragments
impl CmlFragmentsExt for CmlFragments
Source§impl Debug for CmlFragments
impl Debug for CmlFragments
Auto Trait Implementations§
impl Freeze for CmlFragments
impl RefUnwindSafe for CmlFragments
impl Send for CmlFragments
impl Sync for CmlFragments
impl Unpin for CmlFragments
impl UnwindSafe for CmlFragments
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