pub struct GetDirectoryReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetDirectoryReturnObject.
Implementations§
Source§impl GetDirectoryReturnObjectBuilder
impl GetDirectoryReturnObjectBuilder
Sourcepub fn directory(&mut self, value: Directory) -> &mut Self
pub fn directory(&mut self, value: Directory) -> &mut Self
Returns the directory object at the path.
Sourcepub fn build(
&self,
) -> Result<GetDirectoryReturnObject, GetDirectoryReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetDirectoryReturnObject, GetDirectoryReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetDirectoryReturnObjectBuilder
impl Clone for GetDirectoryReturnObjectBuilder
Source§fn clone(&self) -> GetDirectoryReturnObjectBuilder
fn clone(&self) -> GetDirectoryReturnObjectBuilder
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 GetDirectoryReturnObjectBuilder
impl RefUnwindSafe for GetDirectoryReturnObjectBuilder
impl Send for GetDirectoryReturnObjectBuilder
impl Sync for GetDirectoryReturnObjectBuilder
impl Unpin for GetDirectoryReturnObjectBuilder
impl UnsafeUnpin for GetDirectoryReturnObjectBuilder
impl UnwindSafe for GetDirectoryReturnObjectBuilder
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