pub struct GetFileInfoReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetFileInfoReturnObject.
Implementations§
Source§impl GetFileInfoReturnObjectBuilder
impl GetFileInfoReturnObjectBuilder
pub fn path(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetFileInfoReturnObject, GetFileInfoReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetFileInfoReturnObject, GetFileInfoReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetFileInfoReturnObjectBuilder
impl Clone for GetFileInfoReturnObjectBuilder
Source§fn clone(&self) -> GetFileInfoReturnObjectBuilder
fn clone(&self) -> GetFileInfoReturnObjectBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetFileInfoReturnObjectBuilder
impl RefUnwindSafe for GetFileInfoReturnObjectBuilder
impl Send for GetFileInfoReturnObjectBuilder
impl Sync for GetFileInfoReturnObjectBuilder
impl Unpin for GetFileInfoReturnObjectBuilder
impl UnsafeUnpin for GetFileInfoReturnObjectBuilder
impl UnwindSafe for GetFileInfoReturnObjectBuilder
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