pub struct UpdatePanApiApi {
pub parent_folder_id: Option<i64>,
}
Fields§
§parent_folder_id: Option<i64>
The API’s new parent folder ID.
Trait Implementations§
Source§impl Clone for UpdatePanApiApi
impl Clone for UpdatePanApiApi
Source§fn clone(&self) -> UpdatePanApiApi
fn clone(&self) -> UpdatePanApiApi
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 UpdatePanApiApi
impl Debug for UpdatePanApiApi
Source§impl<'de> Deserialize<'de> for UpdatePanApiApi
impl<'de> Deserialize<'de> for UpdatePanApiApi
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 UpdatePanApiApi
impl PartialEq for UpdatePanApiApi
Source§impl Serialize for UpdatePanApiApi
impl Serialize for UpdatePanApiApi
impl StructuralPartialEq for UpdatePanApiApi
Auto Trait Implementations§
impl Freeze for UpdatePanApiApi
impl RefUnwindSafe for UpdatePanApiApi
impl Send for UpdatePanApiApi
impl Sync for UpdatePanApiApi
impl Unpin for UpdatePanApiApi
impl UnwindSafe for UpdatePanApiApi
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