pub struct Extend<'a> {
pub type: Cow<'a, str>,
pub entries: Vec<ExtendEntry<'a>>,
}Expand description
Extend block definition.
Fields§
§type: Cow<'a, str>§entries: Vec<ExtendEntry<'a>>Implementations§
Trait Implementations§
Source§impl<'a> From<Extend<'a>> for MessageEntry<'a>
impl<'a> From<Extend<'a>> for MessageEntry<'a>
impl<'a> StructuralPartialEq for Extend<'a>
Auto Trait Implementations§
impl<'a> Freeze for Extend<'a>
impl<'a> RefUnwindSafe for Extend<'a>
impl<'a> Send for Extend<'a>
impl<'a> Sync for Extend<'a>
impl<'a> Unpin for Extend<'a>
impl<'a> UnwindSafe for Extend<'a>
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