pub enum IncludeAttributes {
All(bool),
List(Vec<String>),
}Variants§
Trait Implementations§
Source§impl Clone for IncludeAttributes
impl Clone for IncludeAttributes
Source§fn clone(&self) -> IncludeAttributes
fn clone(&self) -> IncludeAttributes
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 Debug for IncludeAttributes
impl Debug for IncludeAttributes
Auto Trait Implementations§
impl Freeze for IncludeAttributes
impl RefUnwindSafe for IncludeAttributes
impl Send for IncludeAttributes
impl Sync for IncludeAttributes
impl Unpin for IncludeAttributes
impl UnwindSafe for IncludeAttributes
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