pub enum OperationPropertyShape<'a> {
Explicit(&'a str),
Inline(InlineAggregateShape<'a>),
}Variants§
Explicit(&'a str)
Inline(InlineAggregateShape<'a>)
Trait Implementations§
Source§impl<'a> Clone for OperationPropertyShape<'a>
impl<'a> Clone for OperationPropertyShape<'a>
Source§fn clone(&self) -> OperationPropertyShape<'a>
fn clone(&self) -> OperationPropertyShape<'a>
Returns a duplicate 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<'a> Debug for OperationPropertyShape<'a>
impl<'a> Debug for OperationPropertyShape<'a>
Source§impl<'a> PartialEq for OperationPropertyShape<'a>
impl<'a> PartialEq for OperationPropertyShape<'a>
impl<'a> Eq for OperationPropertyShape<'a>
impl<'a> StructuralPartialEq for OperationPropertyShape<'a>
Auto Trait Implementations§
impl<'a> Freeze for OperationPropertyShape<'a>
impl<'a> RefUnwindSafe for OperationPropertyShape<'a>
impl<'a> Send for OperationPropertyShape<'a>
impl<'a> Sync for OperationPropertyShape<'a>
impl<'a> Unpin for OperationPropertyShape<'a>
impl<'a> UnwindSafe for OperationPropertyShape<'a>
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