pub struct Content {
pub name: ContentId,
}
Expand description
Describes a content that should be grouped with other ones.
Fields§
§name: ContentId
The name of the matching Content
.
Implementations§
Trait Implementations§
Source§impl TryFrom<Element> for Content
impl TryFrom<Element> for Content
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Content
Auto Trait Implementations§
impl Freeze for Content
impl RefUnwindSafe for Content
impl Send for Content
impl Sync for Content
impl Unpin for Content
impl UnwindSafe for Content
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