pub struct LoadPathFilter {
pub ephemeral: bool,
pub writable: bool,
}
Expand description
A filter for LoadPath
s.
Fields§
§ephemeral: bool
Whether a filtered LoadPath
should be ephemeral.
writable: bool
Whether a filtered LoadPath
should be writable.
Trait Implementations§
Source§impl Clone for LoadPathFilter
impl Clone for LoadPathFilter
Source§fn clone(&self) -> LoadPathFilter
fn clone(&self) -> LoadPathFilter
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 LoadPathFilter
impl RefUnwindSafe for LoadPathFilter
impl Send for LoadPathFilter
impl Sync for LoadPathFilter
impl Unpin for LoadPathFilter
impl UnwindSafe for LoadPathFilter
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