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