Struct MLOperatorSchemaEdgeDescription
#[repr(C)]pub struct MLOperatorSchemaEdgeDescription {
pub options: MLOperatorParameterOptions,
pub typeFormat: MLOperatorSchemaEdgeTypeFormat,
pub Anonymous: MLOperatorSchemaEdgeDescription_0,
}
Fields§
§options: MLOperatorParameterOptions
§typeFormat: MLOperatorSchemaEdgeTypeFormat
§Anonymous: MLOperatorSchemaEdgeDescription_0
Trait Implementations§
§impl Clone for MLOperatorSchemaEdgeDescription
impl Clone for MLOperatorSchemaEdgeDescription
§fn clone(&self) -> MLOperatorSchemaEdgeDescription
fn clone(&self) -> MLOperatorSchemaEdgeDescription
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 more§impl Default for MLOperatorSchemaEdgeDescription
impl Default for MLOperatorSchemaEdgeDescription
impl Copy for MLOperatorSchemaEdgeDescription
Auto Trait Implementations§
impl Freeze for MLOperatorSchemaEdgeDescription
impl RefUnwindSafe for MLOperatorSchemaEdgeDescription
impl !Send for MLOperatorSchemaEdgeDescription
impl !Sync for MLOperatorSchemaEdgeDescription
impl Unpin for MLOperatorSchemaEdgeDescription
impl UnwindSafe for MLOperatorSchemaEdgeDescription
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