pub struct AddFromPathRequest { /* private fields */ }
Implementations§
Source§impl AddFromPathRequest
impl AddFromPathRequest
Sourcepub fn builder() -> AddFromPathRequestBuilder<((), (), (), (), (), (), (), (), ())>
pub fn builder() -> AddFromPathRequestBuilder<((), (), (), (), (), (), (), (), ())>
Create a builder for building AddFromPathRequest
.
On the builder, call .path(...)
, .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 AddFromPathRequest
.
Trait Implementations§
Source§impl Debug for AddFromPathRequest
impl Debug for AddFromPathRequest
Auto Trait Implementations§
impl Freeze for AddFromPathRequest
impl RefUnwindSafe for AddFromPathRequest
impl Send for AddFromPathRequest
impl Sync for AddFromPathRequest
impl Unpin for AddFromPathRequest
impl UnwindSafe for AddFromPathRequest
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