pub struct FunctionVersionOfferRaw {
pub function: String,
pub versions: Vec<u32>,
}Fields§
§function: String§versions: Vec<u32>Trait Implementations§
Source§impl Clone for FunctionVersionOfferRaw
impl Clone for FunctionVersionOfferRaw
Source§fn clone(&self) -> FunctionVersionOfferRaw
fn clone(&self) -> FunctionVersionOfferRaw
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 FunctionVersionOfferRaw
impl Debug for FunctionVersionOfferRaw
Source§impl<'de> Deserialize<'de> for FunctionVersionOfferRaw
impl<'de> Deserialize<'de> for FunctionVersionOfferRaw
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
impl Eq for FunctionVersionOfferRaw
Source§impl PartialEq for FunctionVersionOfferRaw
impl PartialEq for FunctionVersionOfferRaw
Source§fn eq(&self, other: &FunctionVersionOfferRaw) -> bool
fn eq(&self, other: &FunctionVersionOfferRaw) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FunctionVersionOfferRaw
impl Serialize for FunctionVersionOfferRaw
impl StructuralPartialEq for FunctionVersionOfferRaw
Auto Trait Implementations§
impl Freeze for FunctionVersionOfferRaw
impl RefUnwindSafe for FunctionVersionOfferRaw
impl Send for FunctionVersionOfferRaw
impl Sync for FunctionVersionOfferRaw
impl Unpin for FunctionVersionOfferRaw
impl UnsafeUnpin for FunctionVersionOfferRaw
impl UnwindSafe for FunctionVersionOfferRaw
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