pub struct TrashedWebLinksCreateWebLinkOptions {
pub fields: Option<Vec<String>>,
}Expand description
Optional parameters for TrashedWebLinksManager::create_web_link.
Fields§
§fields: Option<Vec<String>>Trait Implementations§
Source§impl Clone for TrashedWebLinksCreateWebLinkOptions
impl Clone for TrashedWebLinksCreateWebLinkOptions
Source§fn clone(&self) -> TrashedWebLinksCreateWebLinkOptions
fn clone(&self) -> TrashedWebLinksCreateWebLinkOptions
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 Default for TrashedWebLinksCreateWebLinkOptions
impl Default for TrashedWebLinksCreateWebLinkOptions
Source§fn default() -> TrashedWebLinksCreateWebLinkOptions
fn default() -> TrashedWebLinksCreateWebLinkOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TrashedWebLinksCreateWebLinkOptions
impl RefUnwindSafe for TrashedWebLinksCreateWebLinkOptions
impl Send for TrashedWebLinksCreateWebLinkOptions
impl Sync for TrashedWebLinksCreateWebLinkOptions
impl Unpin for TrashedWebLinksCreateWebLinkOptions
impl UnsafeUnpin for TrashedWebLinksCreateWebLinkOptions
impl UnwindSafe for TrashedWebLinksCreateWebLinkOptions
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