pub struct GenerateLinkParams {
pub body: GenerateLink,
}Fields§
§body: GenerateLinkRequest body sent with this call.
Required.
Implementations§
Source§impl GenerateLinkParams
impl GenerateLinkParams
Sourcepub fn new(body: GenerateLink) -> Self
pub fn new(body: GenerateLink) -> Self
Construct a new GenerateLinkParams with the required fields set.
Trait Implementations§
Source§impl Clone for GenerateLinkParams
impl Clone for GenerateLinkParams
Source§fn clone(&self) -> GenerateLinkParams
fn clone(&self) -> GenerateLinkParams
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 GenerateLinkParams
impl Debug for GenerateLinkParams
Auto Trait Implementations§
impl Freeze for GenerateLinkParams
impl RefUnwindSafe for GenerateLinkParams
impl Send for GenerateLinkParams
impl Sync for GenerateLinkParams
impl Unpin for GenerateLinkParams
impl UnsafeUnpin for GenerateLinkParams
impl UnwindSafe for GenerateLinkParams
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