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