pub struct ValuePrepend {
pub prepend: Value,
}
Fields§
§prepend: Value
Trait Implementations§
Source§impl Clone for ValuePrepend
impl Clone for ValuePrepend
Source§fn clone(&self) -> ValuePrepend
fn clone(&self) -> ValuePrepend
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 moreSource§impl Debug for ValuePrepend
impl Debug for ValuePrepend
Source§impl<'de> Deserialize<'de> for ValuePrepend
impl<'de> Deserialize<'de> for ValuePrepend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ValuePrepend
impl Serialize for ValuePrepend
Source§impl<'__s> ToSchema<'__s> for ValuePrepend
impl<'__s> ToSchema<'__s> for ValuePrepend
Source§impl Validate for ValuePrepend
impl Validate for ValuePrepend
Source§impl<'v_a> ValidateArgs<'v_a> for ValuePrepend
impl<'v_a> ValidateArgs<'v_a> for ValuePrepend
Auto Trait Implementations§
impl Freeze for ValuePrepend
impl RefUnwindSafe for ValuePrepend
impl Send for ValuePrepend
impl Sync for ValuePrepend
impl Unpin for ValuePrepend
impl UnwindSafe for ValuePrepend
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