pub struct AddFromUrlRequest { /* private fields */ }
Implementations§
Source§impl AddFromUrlRequest
impl AddFromUrlRequest
Sourcepub fn builder() -> AddFromUrlRequestBuilder<((), (), (), (), (), (), (), (), ())>
pub fn builder() -> AddFromUrlRequestBuilder<((), (), (), (), (), (), (), (), ())>
Create a builder for building AddFromUrlRequest
.
On the builder, call .url(...)
, .name(...)
, .website(...)
(optional), .tags(...)
(optional), .star(...)
(optional), .annotation(...)
(optional), .modification_time(...)
(optional), .folder_id(...)
(optional), .headers(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of AddFromUrlRequest
.
Trait Implementations§
Source§impl Debug for AddFromUrlRequest
impl Debug for AddFromUrlRequest
Auto Trait Implementations§
impl Freeze for AddFromUrlRequest
impl RefUnwindSafe for AddFromUrlRequest
impl Send for AddFromUrlRequest
impl Sync for AddFromUrlRequest
impl Unpin for AddFromUrlRequest
impl UnwindSafe for AddFromUrlRequest
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