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