pub struct GraphInputPlaceholder {
pub name: String,
pub ty: ValueType,
pub required: bool,
}Fields§
§name: String§ty: ValueType§required: boolTrait Implementations§
Source§impl Clone for GraphInputPlaceholder
impl Clone for GraphInputPlaceholder
Source§fn clone(&self) -> GraphInputPlaceholder
fn clone(&self) -> GraphInputPlaceholder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphInputPlaceholder
impl Debug for GraphInputPlaceholder
Source§impl PartialEq for GraphInputPlaceholder
impl PartialEq for GraphInputPlaceholder
Source§fn eq(&self, other: &GraphInputPlaceholder) -> bool
fn eq(&self, other: &GraphInputPlaceholder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphInputPlaceholder
Auto Trait Implementations§
impl Freeze for GraphInputPlaceholder
impl RefUnwindSafe for GraphInputPlaceholder
impl Send for GraphInputPlaceholder
impl Sync for GraphInputPlaceholder
impl Unpin for GraphInputPlaceholder
impl UnsafeUnpin for GraphInputPlaceholder
impl UnwindSafe for GraphInputPlaceholder
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