pub struct UpdatePanApi {
pub api: Option<UpdatePanApiApi>,
}
Fields§
§api: Option<UpdatePanApiApi>
Trait Implementations§
Source§impl Clone for UpdatePanApi
impl Clone for UpdatePanApi
Source§fn clone(&self) -> UpdatePanApi
fn clone(&self) -> UpdatePanApi
Returns a duplicate 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 UpdatePanApi
impl Debug for UpdatePanApi
Source§impl<'de> Deserialize<'de> for UpdatePanApi
impl<'de> Deserialize<'de> for UpdatePanApi
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 UpdatePanApi
impl PartialEq for UpdatePanApi
Source§impl Serialize for UpdatePanApi
impl Serialize for UpdatePanApi
impl StructuralPartialEq for UpdatePanApi
Auto Trait Implementations§
impl Freeze for UpdatePanApi
impl RefUnwindSafe for UpdatePanApi
impl Send for UpdatePanApi
impl Sync for UpdatePanApi
impl Unpin for UpdatePanApi
impl UnwindSafe for UpdatePanApi
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