Struct stedi_sdk_client_guides::model::NotFoundData
source · #[non_exhaustive]pub struct NotFoundData { /* private fields */ }Implementations§
source§impl NotFoundData
impl NotFoundData
source§impl NotFoundData
impl NotFoundData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotFoundData.
Trait Implementations§
source§impl Clone for NotFoundData
impl Clone for NotFoundData
source§fn clone(&self) -> NotFoundData
fn clone(&self) -> NotFoundData
Returns a copy of the value. Read more
1.0.0 · 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 NotFoundData
impl Debug for NotFoundData
source§impl PartialEq<NotFoundData> for NotFoundData
impl PartialEq<NotFoundData> for NotFoundData
source§fn eq(&self, other: &NotFoundData) -> bool
fn eq(&self, other: &NotFoundData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NotFoundData
Auto Trait Implementations§
impl RefUnwindSafe for NotFoundData
impl Send for NotFoundData
impl Sync for NotFoundData
impl Unpin for NotFoundData
impl UnwindSafe for NotFoundData
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