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