pub struct GetOsAppStateReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetOsAppStateReturnObject.
Implementations§
Source§impl GetOsAppStateReturnObjectBuilder
impl GetOsAppStateReturnObjectBuilder
pub fn badge_count(&mut self, value: JsUInt) -> &mut Self
pub fn file_handlers(&mut self, value: Vec<FileHandler>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetOsAppStateReturnObject, GetOsAppStateReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetOsAppStateReturnObject, GetOsAppStateReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetOsAppStateReturnObjectBuilder
impl Clone for GetOsAppStateReturnObjectBuilder
Source§fn clone(&self) -> GetOsAppStateReturnObjectBuilder
fn clone(&self) -> GetOsAppStateReturnObjectBuilder
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 GetOsAppStateReturnObjectBuilder
impl RefUnwindSafe for GetOsAppStateReturnObjectBuilder
impl Send for GetOsAppStateReturnObjectBuilder
impl Sync for GetOsAppStateReturnObjectBuilder
impl Unpin for GetOsAppStateReturnObjectBuilder
impl UnsafeUnpin for GetOsAppStateReturnObjectBuilder
impl UnwindSafe for GetOsAppStateReturnObjectBuilder
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