pub struct ResolveAnimationReturnObjectBuilder { /* private fields */ }Expand description
Builder for ResolveAnimationReturnObject.
Implementations§
Source§impl ResolveAnimationReturnObjectBuilder
impl ResolveAnimationReturnObjectBuilder
Sourcepub fn remote_object(&mut self, value: RemoteObject) -> &mut Self
pub fn remote_object(&mut self, value: RemoteObject) -> &mut Self
Corresponding remote object.
Sourcepub fn build(
&self,
) -> Result<ResolveAnimationReturnObject, ResolveAnimationReturnObjectBuilderError>
pub fn build( &self, ) -> Result<ResolveAnimationReturnObject, ResolveAnimationReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for ResolveAnimationReturnObjectBuilder
impl Clone for ResolveAnimationReturnObjectBuilder
Source§fn clone(&self) -> ResolveAnimationReturnObjectBuilder
fn clone(&self) -> ResolveAnimationReturnObjectBuilder
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 ResolveAnimationReturnObjectBuilder
impl RefUnwindSafe for ResolveAnimationReturnObjectBuilder
impl Send for ResolveAnimationReturnObjectBuilder
impl Sync for ResolveAnimationReturnObjectBuilder
impl Unpin for ResolveAnimationReturnObjectBuilder
impl UnsafeUnpin for ResolveAnimationReturnObjectBuilder
impl UnwindSafe for ResolveAnimationReturnObjectBuilder
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