pub struct Categories {
pub categories: Vec<String>,
/* private fields */
}Fields§
§categories: Vec<String>Implementations§
Source§impl Categories
impl Categories
pub fn new() -> Self
pub fn try_parse(line: &CommentedLine) -> Option<Self>
pub fn extend(&mut self, other: Categories)
Trait Implementations§
Source§impl Clone for Categories
impl Clone for Categories
Source§fn clone(&self) -> Categories
fn clone(&self) -> Categories
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for Categories
impl Default for Categories
Auto Trait Implementations§
impl Freeze for Categories
impl RefUnwindSafe for Categories
impl Send for Categories
impl Sync for Categories
impl Unpin for Categories
impl UnsafeUnpin for Categories
impl UnwindSafe for Categories
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