#[non_exhaustive]pub struct DraftUploadOutOfSyncException { /* private fields */ }Expand description
This exception is thrown when a valid checkout ID is not presented on document version upload calls for a document that has been checked out from Web client.
Implementations
sourceimpl DraftUploadOutOfSyncException
 
impl DraftUploadOutOfSyncException
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DraftUploadOutOfSyncException.
Trait Implementations
sourceimpl Clone for DraftUploadOutOfSyncException
 
impl Clone for DraftUploadOutOfSyncException
sourcefn clone(&self) -> DraftUploadOutOfSyncException
 
fn clone(&self) -> DraftUploadOutOfSyncException
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 DraftUploadOutOfSyncException
 
impl Debug for DraftUploadOutOfSyncException
sourceimpl Error for DraftUploadOutOfSyncException
 
impl Error for DraftUploadOutOfSyncException
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<DraftUploadOutOfSyncException> for DraftUploadOutOfSyncException
 
impl PartialEq<DraftUploadOutOfSyncException> for DraftUploadOutOfSyncException
sourcefn eq(&self, other: &DraftUploadOutOfSyncException) -> bool
 
fn eq(&self, other: &DraftUploadOutOfSyncException) -> bool
impl StructuralPartialEq for DraftUploadOutOfSyncException
Auto Trait Implementations
impl RefUnwindSafe for DraftUploadOutOfSyncException
impl Send for DraftUploadOutOfSyncException
impl Sync for DraftUploadOutOfSyncException
impl Unpin for DraftUploadOutOfSyncException
impl UnwindSafe for DraftUploadOutOfSyncException
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