#[non_exhaustive]pub struct FileModeRequiredException { /* private fields */ }Expand description
The commit cannot be created because no file mode has been specified. A file mode is required to update mode permissions for a file.
Implementations
sourceimpl FileModeRequiredException
impl FileModeRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FileModeRequiredException.
Trait Implementations
sourceimpl Clone for FileModeRequiredException
impl Clone for FileModeRequiredException
sourcefn clone(&self) -> FileModeRequiredException
fn clone(&self) -> FileModeRequiredException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FileModeRequiredException
impl Debug for FileModeRequiredException
sourceimpl Display for FileModeRequiredException
impl Display for FileModeRequiredException
sourceimpl Error for FileModeRequiredException
impl Error for FileModeRequiredException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<FileModeRequiredException> for FileModeRequiredException
impl PartialEq<FileModeRequiredException> for FileModeRequiredException
sourcefn eq(&self, other: &FileModeRequiredException) -> bool
fn eq(&self, other: &FileModeRequiredException) -> bool
impl StructuralPartialEq for FileModeRequiredException
Auto Trait Implementations
impl RefUnwindSafe for FileModeRequiredException
impl Send for FileModeRequiredException
impl Sync for FileModeRequiredException
impl Unpin for FileModeRequiredException
impl UnwindSafe for FileModeRequiredException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more