pub struct PathSchema {
pub remove_index: bool,
}Fields§
§remove_index: boolImplementations§
Source§impl PathSchema
impl PathSchema
pub fn remove_index(self) -> Self
Trait Implementations§
Source§impl Default for PathSchema
impl Default for PathSchema
Source§fn default() -> PathSchema
fn default() -> PathSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PathSchema
impl RefUnwindSafe for PathSchema
impl Send for PathSchema
impl Sync for PathSchema
impl Unpin for PathSchema
impl UnsafeUnpin for PathSchema
impl UnwindSafe for PathSchema
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