pub struct VecExpression { /* private fields */ }
Trait Implementations§
Source§impl<'a> From<&'a str> for VecExpression
impl<'a> From<&'a str> for VecExpression
Source§impl From<String> for VecExpression
impl From<String> for VecExpression
Source§impl From<VecExpression> for Vec<Expression>
impl From<VecExpression> for Vec<Expression>
Source§fn from(value: VecExpression) -> Self
fn from(value: VecExpression) -> Self
Converts to this type from the input type.
Source§impl<T> FromIterator<T> for VecExpression
impl<T> FromIterator<T> for VecExpression
Source§fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for VecExpression
impl RefUnwindSafe for VecExpression
impl Send for VecExpression
impl Sync for VecExpression
impl Unpin for VecExpression
impl UnwindSafe for VecExpression
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request