Struct edgedb_protocol::value_opt::ValueOpt
source · pub struct ValueOpt(/* private fields */);
Expand description
An optional Value that can be constructed from impl Into<Value>
,
Option<impl Into<Value>>
, Vec<impl Into<Value>>
or
Option<Vec<impl Into<Value>>>
.
Used by [eargs!] macro.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ValueOpt
impl RefUnwindSafe for ValueOpt
impl Send for ValueOpt
impl Sync for ValueOpt
impl Unpin for ValueOpt
impl UnwindSafe for ValueOpt
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