Struct ruststep::ap201::explicit_draughting::ExternalSourceHolder [−][src]
pub struct ExternalSourceHolder {
pub source_id: PlaceHolder<SourceItemHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
source_id: PlaceHolder<SourceItemHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ExternalSource>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ExternalSource>> + 'table>
Get owned entities as an iterator
type Owned = ExternalSource
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ExternalSourceHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ExternalSourceHolder
impl Send for ExternalSourceHolder
impl Sync for ExternalSourceHolder
impl Unpin for ExternalSourceHolder
impl UnwindSafe for ExternalSourceHolder
Blanket Implementations
Mutably borrows from an owned value. Read more