pub struct IncludeFlags {
pub flags: Vec<Arc<str>>,
}Expand description
+[read, "write"]
Fields§
§flags: Vec<Arc<str>>Trait Implementations§
Source§impl Clone for IncludeFlags
impl Clone for IncludeFlags
Source§fn clone(&self) -> IncludeFlags
fn clone(&self) -> IncludeFlags
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 moreAuto Trait Implementations§
impl Freeze for IncludeFlags
impl RefUnwindSafe for IncludeFlags
impl Send for IncludeFlags
impl Sync for IncludeFlags
impl Unpin for IncludeFlags
impl UnwindSafe for IncludeFlags
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