pub struct GetResourceContentReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetResourceContentReturnObject.
Implementations§
Source§impl GetResourceContentReturnObjectBuilder
impl GetResourceContentReturnObjectBuilder
Sourcepub fn base_64_encoded(&mut self, value: bool) -> &mut Self
pub fn base_64_encoded(&mut self, value: bool) -> &mut Self
True, if content was served as base64.
Sourcepub fn build(
&self,
) -> Result<GetResourceContentReturnObject, GetResourceContentReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetResourceContentReturnObject, GetResourceContentReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetResourceContentReturnObjectBuilder
impl Clone for GetResourceContentReturnObjectBuilder
Source§fn clone(&self) -> GetResourceContentReturnObjectBuilder
fn clone(&self) -> GetResourceContentReturnObjectBuilder
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 GetResourceContentReturnObjectBuilder
impl RefUnwindSafe for GetResourceContentReturnObjectBuilder
impl Send for GetResourceContentReturnObjectBuilder
impl Sync for GetResourceContentReturnObjectBuilder
impl Unpin for GetResourceContentReturnObjectBuilder
impl UnsafeUnpin for GetResourceContentReturnObjectBuilder
impl UnwindSafe for GetResourceContentReturnObjectBuilder
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