pub struct AppCheckVersionResult {
pub versions: Option<Option<Vec<String>>>,
pub new_versions: Option<Option<Vec<String>>>,
}Fields§
§versions: Option<Option<Vec<String>>>§new_versions: Option<Option<Vec<String>>>Implementations§
Source§impl AppCheckVersionResult
impl AppCheckVersionResult
pub fn new() -> AppCheckVersionResult
Trait Implementations§
Source§impl Clone for AppCheckVersionResult
impl Clone for AppCheckVersionResult
Source§fn clone(&self) -> AppCheckVersionResult
fn clone(&self) -> AppCheckVersionResult
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 AppCheckVersionResult
impl Debug for AppCheckVersionResult
Source§impl Default for AppCheckVersionResult
impl Default for AppCheckVersionResult
Source§fn default() -> AppCheckVersionResult
fn default() -> AppCheckVersionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AppCheckVersionResult
impl<'de> Deserialize<'de> for AppCheckVersionResult
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 PartialEq for AppCheckVersionResult
impl PartialEq for AppCheckVersionResult
Source§impl Serialize for AppCheckVersionResult
impl Serialize for AppCheckVersionResult
impl StructuralPartialEq for AppCheckVersionResult
Auto Trait Implementations§
impl Freeze for AppCheckVersionResult
impl RefUnwindSafe for AppCheckVersionResult
impl Send for AppCheckVersionResult
impl Sync for AppCheckVersionResult
impl Unpin for AppCheckVersionResult
impl UnwindSafe for AppCheckVersionResult
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