pub struct ProjectImageMountOptions { /* private fields */ }Expand description
Effective image-mount option evidence for one long mount.
Implementations§
Source§impl ProjectImageMountOptions
impl ProjectImageMountOptions
Sourcepub const fn subpath(&self) -> Option<&ProjectValue<String>>
pub const fn subpath(&self) -> Option<&ProjectValue<String>>
Returns the effective image subpath and its contributors.
Sourcepub fn extension_fields(&self) -> &[ProjectFieldReference]
pub fn extension_fields(&self) -> &[ProjectFieldReference]
Returns retained effective x- image-option fields.
Sourcepub fn unknown_fields(&self) -> &[ProjectFieldReference]
pub fn unknown_fields(&self) -> &[ProjectFieldReference]
Returns malformed or unrecognized effective image-option fields.
Trait Implementations§
Source§impl Clone for ProjectImageMountOptions
impl Clone for ProjectImageMountOptions
Source§fn clone(&self) -> ProjectImageMountOptions
fn clone(&self) -> ProjectImageMountOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectImageMountOptions
impl Debug for ProjectImageMountOptions
impl Eq for ProjectImageMountOptions
Source§impl PartialEq for ProjectImageMountOptions
impl PartialEq for ProjectImageMountOptions
impl StructuralPartialEq for ProjectImageMountOptions
Auto Trait Implementations§
impl Freeze for ProjectImageMountOptions
impl RefUnwindSafe for ProjectImageMountOptions
impl Send for ProjectImageMountOptions
impl Sync for ProjectImageMountOptions
impl Unpin for ProjectImageMountOptions
impl UnsafeUnpin for ProjectImageMountOptions
impl UnwindSafe for ProjectImageMountOptions
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