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